Html Css Color HEX #364C09 Turtle Green

📋 copy color: '#364C09'

red 54 ◦ green 76 ◦ blue 9

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

Shades of Turtle Green #364C09

Tints of Turtle Green #364C09

RGB

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

 GREEN value IS 76 (30.08% from 255) = 54.68%

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

R = 38.85%
G = 54.68%
B = 6.47%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.88

 K value IS 0.70

RGB Variations

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

Color information

#364C09 (or 0x364C09) is known color: Turtle Green. HEX triplet: 36, 4C and 09. RGB value is (54,76,9). Sum of RGB (Red+Green+Blue) = 54+76+9=139 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.85% from 139); Green value is 76 (30.08% from 255 or 54.68% from 139); Blue value is 9 (3.91% from 255 or 6.47% from 139); Max value from RGB is 76 - color contains mainly: green. Hex color #364C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364C09 is #C9B3F6. Grayscale: #3E3E3E. Windows color (decimal): -13218807 or 609334. OLE color: 609334.

HSL color Cylindrical-coordinate representation of color #364C09: hue angle of 79.7º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #364C09 is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.70.

Color convert

RGB 54 76 9 -
CMYK 0.29 0 0.88 0.70
HSL 79.7º 0.79% 0.17% -
HSV(B) 79.7º 0.88% 0.3% -
XYZ 4.16 5.97 1.19 -
YUV 61.78 98.21 122.45 -
System Red Green Blue C M Y K H S L
Decimal 54 76 9 0.29 0 0.88 0.70 79.7 0.79 0.17
Hex 36 4C 9 1D 0 58 46 50 4F 11
Octal 66 114 11 35 0 130 106 120 117 21
Binary 110110 1001100 1001 11101 0 1011000 1000110 1010000 1001111 10001

Color Harmonies of #364C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364C09

Black with #364C09

Text Example


Text Example

White with #364C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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