#364F08

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

Shades of Turtle Green #364F08

Tints of Turtle Green #364F08

Color information

#364F08 (or 0x364F08) is unknown color: approx Turtle Green. HEX triplet: 36, 4F and 08. RGB value is (54,79,8). Sum of RGB (Red+Green+Blue) = 54+79+8=141 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.30% from 141); Green value is 79 (31.25% from 255 or 56.03% from 141); Blue value is 8 (3.52% from 255 or 5.67% from 141); Max value from RGB is 79 - color contains mainly: green. Hex color #364F08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #364F08 is #C9B0F7. Grayscale: #3F3F3F. Windows color (decimal): -13218040 or 544566. OLE color: 544566.

HSL color Cylindrical-coordinate representation of color #364F08: hue angle of 81.13º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #364F08 is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB54798-
CMYK0.3200.900.69
HSL81.13º81.61%17.06%-
HSV(B)81.13º89.87%30.98%-
XYZ4.366.391.23-
YUV63.4396.72121.27-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.30%
GREEN value IS 79 (31.25% from 255) = 56.03%
BLUE value IS 8 (3.52% from 255) = 5.67%
R=38.30%
G=56.03%
B=5.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal547980.3200.900.6981.1381.6117.06
Hex364F82005A45515211
Octal661171040013210512112221
Binary110110100111110001000000101101010001011010001101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364F08; }

 p { color: rgb(54,79,8); }

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

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

 a { background-color: rgb(54,79,8); }

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

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

 span { border-color: rgb(54,79,8); }

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