Html Css Color HEX #36381C Turtle Green

📋 copy color: '#36381C'

red 54 ◦ green 56 ◦ blue 28

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

Shades of Turtle Green #36381C

Tints of Turtle Green #36381C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 40.58%

 BLUE value IS 28 (11.33% from 255) = 20.29%

R = 39.13%
G = 40.58%
B = 20.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.78

RGB Variations

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

Color information

#36381C (or 0x36381C) is known color: Turtle Green. HEX triplet: 36, 38 and 1C. RGB value is (54,56,28). Sum of RGB (Red+Green+Blue) = 54+56+28=138 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.13% from 138); Green value is 56 (22.27% from 255 or 40.58% from 138); Blue value is 28 (11.33% from 255 or 20.29% from 138); Max value from RGB is 56 - color contains mainly: green. Hex color #36381C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36381C is #C9C7E3. Grayscale: #343434. Windows color (decimal): -13223908 or 1849398. OLE color: 1849398.

HSL color Cylindrical-coordinate representation of color #36381C: hue angle of 64.29º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #36381C is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.78.

Color convert

RGB 54 56 28 -
CMYK 0.04 0 0.50 0.78
HSL 64.29º 0.33% 0.16% -
HSV(B) 64.29º 0.5% 0.22% -
XYZ 3.15 3.7 1.65 -
YUV 52.21 114.34 129.28 -
System Red Green Blue C M Y K H S L
Decimal 54 56 28 0.04 0 0.50 0.78 64.29 0.33 0.16
Hex 36 38 1C 4 0 32 4E 40 21 10
Octal 66 70 34 4 0 62 116 100 41 20
Binary 110110 111000 11100 100 0 110010 1001110 1000000 100001 10000

Color Harmonies of #36381C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36381C

Black with #36381C

Text Example


Text Example

White with #36381C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,56,28); }

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

background-color css

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

 a { background-color: rgb(54,56,28); }

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

border-color css

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

 span { border-color: rgb(54,56,28); }

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