Html Css Color HEX #36370C Turtle Green

📋 copy color: '#36370C'

red 54 ◦ green 55 ◦ blue 12

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

Shades of Turtle Green #36370C

Tints of Turtle Green #36370C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 45.45%

 BLUE value IS 12 (5.08% from 255) = 9.92%

R = 44.63%
G = 45.45%
B = 9.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.78

RGB Variations

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

Color information

#36370C (or 0x36370C) is known color: Turtle Green. HEX triplet: 36, 37 and 0C. RGB value is (54,55,12). Sum of RGB (Red+Green+Blue) = 54+55+12=121 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.63% from 121); Green value is 55 (21.88% from 255 or 45.45% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 55 - color contains mainly: green. Hex color #36370C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36370C is #C9C8F3. Grayscale: #313131. Windows color (decimal): -13224180 or 800566. OLE color: 800566.

HSL color Cylindrical-coordinate representation of color #36370C: hue angle of 61.4º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36370C is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.78.

Color convert

RGB 54 55 12 -
CMYK 0.02 0 0.78 0.78
HSL 61.4º 0.64% 0.13% -
HSV(B) 61.4º 0.78% 0.22% -
XYZ 2.95 3.54 0.88 -
YUV 49.8 106.67 131 -
System Red Green Blue C M Y K H S L
Decimal 54 55 12 0.02 0 0.78 0.78 61.4 0.64 0.13
Hex 36 37 C 2 0 4E 4E 3D 40 D
Octal 66 67 14 2 0 116 116 75 100 15
Binary 110110 110111 1100 10 0 1001110 1001110 111101 1000000 1101

Color Harmonies of #36370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36370C

Black with #36370C

Text Example


Text Example

White with #36370C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36370C; }

 p { color: rgb(54,55,12); }

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

background-color css

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

 a { background-color: rgb(54,55,12); }

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

border-color css

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

 span { border-color: rgb(54,55,12); }

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