Html Css Color HEX #36480C Turtle Green

📋 copy color: '#36480C'

red 54 ◦ green 72 ◦ blue 12

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

Shades of Turtle Green #36480C

Tints of Turtle Green #36480C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 52.17%

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

R = 39.13%
G = 52.17%
B = 8.7%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#36480C (or 0x36480C) is known color: Turtle Green. HEX triplet: 36, 48 and 0C. RGB value is (54,72,12). Sum of RGB (Red+Green+Blue) = 54+72+12=138 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.13% from 138); Green value is 72 (28.52% from 255 or 52.17% from 138); Blue value is 12 (5.08% from 255 or 8.70% from 138); Max value from RGB is 72 - color contains mainly: green. Hex color #36480C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36480C is #C9B7F3. Grayscale: #3B3B3B. Windows color (decimal): -13219828 or 804918. OLE color: 804918.

HSL color Cylindrical-coordinate representation of color #36480C: hue angle of 78º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #36480C is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB 54 72 12 -
CMYK 0.25 0 0.83 0.72
HSL 78º 0.71% 0.16% -
HSV(B) 78º 0.83% 0.28% -
XYZ 3.91 5.45 1.19 -
YUV 59.78 101.04 123.88 -
System Red Green Blue C M Y K H S L
Decimal 54 72 12 0.25 0 0.83 0.72 78 0.71 0.16
Hex 36 48 C 19 0 53 48 4E 47 10
Octal 66 110 14 31 0 123 110 116 107 20
Binary 110110 1001000 1100 11001 0 1010011 1001000 1001110 1000111 10000

Color Harmonies of #36480C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36480C

Black with #36480C

Text Example


Text Example

White with #36480C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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