Html Css Color HEX #36390C Turtle Green

📋 copy color: '#36390C'

red 54 ◦ green 57 ◦ blue 12

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

Shades of Turtle Green #36390C

Tints of Turtle Green #36390C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 46.34%

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

R = 43.9%
G = 46.34%
B = 9.76%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.79

 K value IS 0.78

RGB Variations

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

Color information

#36390C (or 0x36390C) is known color: Turtle Green. HEX triplet: 36, 39 and 0C. RGB value is (54,57,12). Sum of RGB (Red+Green+Blue) = 54+57+12=123 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.90% from 123); Green value is 57 (22.66% from 255 or 46.34% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 57 - color contains mainly: green. Hex color #36390C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36390C is #C9C6F3. Grayscale: #333333. Windows color (decimal): -13223668 or 801078. OLE color: 801078.

HSL color Cylindrical-coordinate representation of color #36390C: hue angle of 64º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36390C is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB 54 57 12 -
CMYK 0.05 0 0.79 0.78
HSL 64º 0.65% 0.14% -
HSV(B) 64º 0.79% 0.22% -
XYZ 3.05 3.74 0.91 -
YUV 50.97 106.01 130.16 -
System Red Green Blue C M Y K H S L
Decimal 54 57 12 0.05 0 0.79 0.78 64 0.65 0.14
Hex 36 39 C 5 0 4F 4E 40 41 E
Octal 66 71 14 5 0 117 116 100 101 16
Binary 110110 111001 1100 101 0 1001111 1001110 1000000 1000001 1110

Color Harmonies of #36390C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36390C

Black with #36390C

Text Example


Text Example

White with #36390C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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