#365014

Color #365014 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #365014

Tints of Turtle Green #365014

Color information

#365014 (or 0x365014) is unknown color: approx Turtle Green. HEX triplet: 36, 50 and 14. RGB value is (54,80,20). Sum of RGB (Red+Green+Blue) = 54+80+20=154 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.06% from 154); Green value is 80 (31.64% from 255 or 51.95% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 80 - color contains mainly: green. Hex color #365014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365014 is #C9AFEB. Grayscale: #414141. Windows color (decimal): -13217772 or 1331254. OLE color: 1331254.

HSL color Cylindrical-coordinate representation of color #365014: hue angle of 86º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #365014 is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB548020-
CMYK0.3300.750.69
HSL86º60%19.61%-
HSV(B)86º75%31.37%-
XYZ4.526.571.69-
YUV65.39102.39119.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 54 (21.48% from 255) = 35.06%
GREEN value IS 80 (31.64% from 255) = 51.95%
BLUE value IS 20 (8.20% from 255) = 12.99%
R=35.06%
G=51.95%
B=12.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5480200.3300.750.69866019.61
Hex3650142104B45563c14
Octal66120244101131051267424
Binary110110101000010100100001010010111000101101011011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365014; }

 p { color: rgb(54,80,20); }

 H1.HeaderClassName
 {
   color: #365014;
 }
 .AnyTagClassName
 {
   color: #365014;
 }
</style>
background-color css

<style>
 a { background-color: #365014; }

 a { background-color: rgb(54,80,20); }

 div.DivClassName
 {
   background-color: #365014;
 }
 .BgClassName
 {
   background-color: #365014;
 }
</style>
border-color css

<style>
 span { border-color: #365014; }

 span { border-color: rgb(54,80,20); }

 td.TdClassName
 {
   border-color: #365014;
 }
 .TagClassName
 {
   border-color: #365014;
 }
</style>