Html Css Color HEX #364D06 Turtle Green

📋 copy color: '#364D06'

red 54 ◦ green 77 ◦ blue 6

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

Shades of Turtle Green #364D06

Tints of Turtle Green #364D06

RGB

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

 GREEN value IS 77 (30.47% from 255) = 56.2%

 BLUE value IS 6 (2.73% from 255) = 4.38%

R = 39.42%
G = 56.2%
B = 4.38%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.92

 K value IS 0.70

RGB Variations

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

Color information

#364D06 (or 0x364D06) is known color: Turtle Green. HEX triplet: 36, 4D and 06. RGB value is (54,77,6). Sum of RGB (Red+Green+Blue) = 54+77+6=137 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.42% from 137); Green value is 77 (30.47% from 255 or 56.20% from 137); Blue value is 6 (2.73% from 255 or 4.38% from 137); Max value from RGB is 77 - color contains mainly: green. Hex color #364D06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #364D06 is #C9B2F9. Grayscale: #3E3E3E. Windows color (decimal): -13218554 or 412982. OLE color: 412982.

HSL color Cylindrical-coordinate representation of color #364D06: hue angle of 79.44º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #364D06 is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.70.

Color convert

RGB 54 77 6 -
CMYK 0.30 0 0.92 0.70
HSL 79.44º 0.86% 0.16% -
HSV(B) 79.44º 0.92% 0.3% -
XYZ 4.21 6.11 1.13 -
YUV 62.03 96.38 122.27 -
System Red Green Blue C M Y K H S L
Decimal 54 77 6 0.30 0 0.92 0.70 79.44 0.86 0.16
Hex 36 4D 6 1E 0 5C 46 4F 56 10
Octal 66 115 6 36 0 134 106 117 126 20
Binary 110110 1001101 110 11110 0 1011100 1000110 1001111 1010110 10000

Color Harmonies of #364D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364D06

Black with #364D06

Text Example


Text Example

White with #364D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,77,6); }

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

background-color css

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

 a { background-color: rgb(54,77,6); }

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

border-color css

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

 span { border-color: rgb(54,77,6); }

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