#364017

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

Shades of Turtle Green #364017

Tints of Turtle Green #364017

Color information

#364017 (or 0x364017) is unknown color: approx Turtle Green. HEX triplet: 36, 40 and 17. RGB value is (54,64,23). Sum of RGB (Red+Green+Blue) = 54+64+23=141 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.30% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 23 (9.38% from 255 or 16.31% from 141); Max value from RGB is 64 - color contains mainly: green. Hex color #364017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364017 is #C9BFE8. Grayscale: #383838. Windows color (decimal): -13221865 or 1523766. OLE color: 1523766.

HSL color Cylindrical-coordinate representation of color #364017: hue angle of 74.63º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #364017 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.75.

Color convert

RGB546423-
CMYK0.1600.640.75
HSL74.63º47.13%17.06%-
HSV(B)74.63º64.06%25.1%-
XYZ3.514.511.5-
YUV56.34109.19126.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.30%
GREEN value IS 64 (25.39% from 255) = 45.39%
BLUE value IS 23 (9.38% from 255) = 16.31%
R=38.30%
G=45.39%
B=16.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5464230.1600.640.7574.6347.1317.06
Hex364017100404B4b2f11
Octal66100272001001131135721
Binary11011010000001011110000010000001001011100101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364017; }

 p { color: rgb(54,64,23); }

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

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

 a { background-color: rgb(54,64,23); }

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

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

 span { border-color: rgb(54,64,23); }

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