Html Css Color HEX #364009 Turtle Green

📋 copy color: '#364009'

red 54 ◦ green 64 ◦ blue 9

#364009
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #364009

Tints of Turtle Green #364009

RGB

 RED value IS 54 (21.48% from 255) = 42.52%

 GREEN value IS 64 (25.39% from 255) = 50.39%

 BLUE value IS 9 (3.91% from 255) = 7.09%

R = 42.52%
G = 50.39%
B = 7.09%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#364009 (or 0x364009) is known color: Turtle Green. HEX triplet: 36, 40 and 09. RGB value is (54,64,9). Sum of RGB (Red+Green+Blue) = 54+64+9=127 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.52% from 127); Green value is 64 (25.39% from 255 or 50.39% from 127); Blue value is 9 (3.91% from 255 or 7.09% from 127); Max value from RGB is 64 - color contains mainly: green. Hex color #364009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364009 is #C9BFF6. Grayscale: #363636. Windows color (decimal): -13221879 or 606262. OLE color: 606262.

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

Color convert

RGB 54 64 9 -
CMYK 0.16 0 0.86 0.75
HSL 70.91º 0.75% 0.14% -
HSV(B) 70.91º 0.86% 0.25% -
XYZ 3.4 4.47 0.94 -
YUV 54.74 102.19 127.47 -
System Red Green Blue C M Y K H S L
Decimal 54 64 9 0.16 0 0.86 0.75 70.91 0.75 0.14
Hex 36 40 9 10 0 56 4B 47 4B E
Octal 66 100 11 20 0 126 113 107 113 16
Binary 110110 1000000 1001 10000 0 1010110 1001011 1000111 1001011 1110

Color Harmonies of #364009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364009

Black with #364009

Text Example


Text Example

White with #364009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364009; }

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

 H1.HeaderClassName
 {
   color: #364009;
 }
 .AnyTagClassName
 {
   color: #364009;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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