Html Css Color HEX #324412 Turtle Green

📋 copy color: '#324412'

red 50 ◦ green 68 ◦ blue 18

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

Shades of Turtle Green #324412

Tints of Turtle Green #324412

RGB

 RED value IS 50 (19.92% from 255) = 36.76%

 GREEN value IS 68 (26.95% from 255) = 50%

 BLUE value IS 18 (7.42% from 255) = 13.24%

R = 36.76%
G = 50%
B = 13.24%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#324412 (or 0x324412) is known color: Turtle Green. HEX triplet: 32, 44 and 12. RGB value is (50,68,18). Sum of RGB (Red+Green+Blue) = 50+68+18=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 68 (26.95% from 255 or 50% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 68 - color contains mainly: green. Hex color #324412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324412 is #CDBBED. Grayscale: #393939. Windows color (decimal): -13482990 or 1197106. OLE color: 1197106.

HSL color Cylindrical-coordinate representation of color #324412: hue angle of 81.6º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #324412 is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB 50 68 18 -
CMYK 0.26 0 0.74 0.73
HSL 81.6º 0.58% 0.17% -
HSV(B) 81.6º 0.74% 0.27% -
XYZ 3.49 4.86 1.33 -
YUV 56.92 106.04 123.07 -
System Red Green Blue C M Y K H S L
Decimal 50 68 18 0.26 0 0.74 0.73 81.6 0.58 0.17
Hex 32 44 12 1A 0 4A 49 52 3A 11
Octal 62 104 22 32 0 112 111 122 72 21
Binary 110010 1000100 10010 11010 0 1001010 1001001 1010010 111010 10001

Color Harmonies of #324412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324412

Black with #324412

Text Example


Text Example

White with #324412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324412; }

 p { color: rgb(50,68,18); }

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

background-color css

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

 a { background-color: rgb(50,68,18); }

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

border-color css

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

 span { border-color: rgb(50,68,18); }

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