Html Css Color HEX #364211 Turtle Green

📋 copy color: '#364211'

red 54 ◦ green 66 ◦ blue 17

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

Shades of Turtle Green #364211

Tints of Turtle Green #364211

RGB

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

 GREEN value IS 66 (26.17% from 255) = 48.18%

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

R = 39.42%
G = 48.18%
B = 12.41%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.74

 K value IS 0.74

RGB Variations

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

Color information

#364211 (or 0x364211) is known color: Turtle Green. HEX triplet: 36, 42 and 11. RGB value is (54,66,17). Sum of RGB (Red+Green+Blue) = 54+66+17=137 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.42% from 137); Green value is 66 (26.17% from 255 or 48.18% from 137); Blue value is 17 (7.03% from 255 or 12.41% from 137); Max value from RGB is 66 - color contains mainly: green. Hex color #364211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364211 is #C9BDEE. Grayscale: #393939. Windows color (decimal): -13221359 or 1131062. OLE color: 1131062.

HSL color Cylindrical-coordinate representation of color #364211: hue angle of 74.69º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #364211 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.74.

Color convert

RGB 54 66 17 -
CMYK 0.18 0 0.74 0.74
HSL 74.69º 0.59% 0.16% -
HSV(B) 74.69º 0.74% 0.26% -
XYZ 3.57 4.72 1.25 -
YUV 56.83 105.52 125.98 -
System Red Green Blue C M Y K H S L
Decimal 54 66 17 0.18 0 0.74 0.74 74.69 0.59 0.16
Hex 36 42 11 12 0 4A 4A 4B 3B 10
Octal 66 102 21 22 0 112 112 113 73 20
Binary 110110 1000010 10001 10010 0 1001010 1001010 1001011 111011 10000

Color Harmonies of #364211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364211

Black with #364211

Text Example


Text Example

White with #364211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364211; }

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

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

background-color css

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

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

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

border-color css

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

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

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