#364016

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

Shades of Turtle Green #364016

Tints of Turtle Green #364016

Color information

#364016 (or 0x364016) is unknown color: approx Turtle Green. HEX triplet: 36, 40 and 16. RGB value is (54,64,22). Sum of RGB (Red+Green+Blue) = 54+64+22=140 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.57% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 22 (8.98% from 255 or 15.71% from 140); Max value from RGB is 64 - color contains mainly: green. Hex color #364016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364016 is #C9BFE9. Grayscale: #383838. Windows color (decimal): -13221866 or 1458230. OLE color: 1458230.

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

Color convert

RGB546422-
CMYK0.1600.660.75
HSL74.29º48.84%16.86%-
HSV(B)74.29º65.62%25.1%-
XYZ3.54.511.44-
YUV56.22108.69126.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.57%
GREEN value IS 64 (25.39% from 255) = 45.71%
BLUE value IS 22 (8.98% from 255) = 15.71%
R=38.57%
G=45.71%
B=15.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5464220.1600.660.7574.2948.8416.86
Hex364016100424B4a3111
Octal66100262001021131126121
Binary11011010000001011010000010000101001011100101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364016; }

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

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

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

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

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

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

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

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