Html Css Color HEX #364210 Turtle Green

📋 copy color: '#364210'

red 54 ◦ green 66 ◦ blue 16

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

Shades of Turtle Green #364210

Tints of Turtle Green #364210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.76%

R = 39.71%
G = 48.53%
B = 11.76%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#364210 (or 0x364210) is known color: Turtle Green. HEX triplet: 36, 42 and 10. RGB value is (54,66,16). Sum of RGB (Red+Green+Blue) = 54+66+16=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 66 (26.17% from 255 or 48.53% from 136); Blue value is 16 (6.64% from 255 or 11.76% from 136); Max value from RGB is 66 - color contains mainly: green. Hex color #364210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364210 is #C9BDEF. Grayscale: #383838. Windows color (decimal): -13221360 or 1065526. OLE color: 1065526.

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

Color convert

RGB 54 66 16 -
CMYK 0.18 0 0.76 0.74
HSL 74.4º 0.61% 0.16% -
HSV(B) 74.4º 0.76% 0.26% -
XYZ 3.56 4.72 1.21 -
YUV 56.71 105.02 126.07 -
System Red Green Blue C M Y K H S L
Decimal 54 66 16 0.18 0 0.76 0.74 74.4 0.61 0.16
Hex 36 42 10 12 0 4C 4A 4A 3D 10
Octal 66 102 20 22 0 114 112 112 75 20
Binary 110110 1000010 10000 10010 0 1001100 1001010 1001010 111101 10000

Color Harmonies of #364210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364210

Black with #364210

Text Example


Text Example

White with #364210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364210; }

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

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

background-color css

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

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

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

border-color css

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

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

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