Html Css Color HEX #364C11 Turtle Green

📋 copy color: '#364C11'

red 54 ◦ green 76 ◦ blue 17

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

Shades of Turtle Green #364C11

Tints of Turtle Green #364C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.56%

R = 36.73%
G = 51.7%
B = 11.56%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.78

 K value IS 0.70

RGB Variations

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

Color information

#364C11 (or 0x364C11) is known color: Turtle Green. HEX triplet: 36, 4C and 11. RGB value is (54,76,17). Sum of RGB (Red+Green+Blue) = 54+76+17=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 76 (30.08% from 255 or 51.70% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 76 - color contains mainly: green. Hex color #364C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364C11 is #C9B3EE. Grayscale: #3E3E3E. Windows color (decimal): -13218799 or 1133622. OLE color: 1133622.

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

Color convert

RGB 54 76 17 -
CMYK 0.29 0 0.78 0.70
HSL 82.37º 0.63% 0.18% -
HSV(B) 82.37º 0.78% 0.3% -
XYZ 4.21 5.99 1.47 -
YUV 62.7 102.21 121.8 -
System Red Green Blue C M Y K H S L
Decimal 54 76 17 0.29 0 0.78 0.70 82.37 0.63 0.18
Hex 36 4C 11 1D 0 4E 46 52 3F 12
Octal 66 114 21 35 0 116 106 122 77 22
Binary 110110 1001100 10001 11101 0 1001110 1000110 1010010 111111 10010

Color Harmonies of #364C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364C11

Black with #364C11

Text Example


Text Example

White with #364C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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