Html Css Color HEX #323912 Turtle Green

📋 copy color: '#323912'

red 50 ◦ green 57 ◦ blue 18

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

Shades of Turtle Green #323912

Tints of Turtle Green #323912

RGB

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

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

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

R = 40%
G = 45.6%
B = 14.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#323912 (or 0x323912) is known color: Turtle Green. HEX triplet: 32, 39 and 12. RGB value is (50,57,18). Sum of RGB (Red+Green+Blue) = 50+57+18=125 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40% from 125); Green value is 57 (22.66% from 255 or 45.6% from 125); Blue value is 18 (7.42% from 255 or 14.4% from 125); Max value from RGB is 57 - color contains mainly: green. Hex color #323912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323912 is #CDC6ED. Grayscale: #323232. Windows color (decimal): -13485806 or 1194290. OLE color: 1194290.

HSL color Cylindrical-coordinate representation of color #323912: hue angle of 70.77º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #323912 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB 50 57 18 -
CMYK 0.12 0 0.68 0.78
HSL 70.77º 0.52% 0.15% -
HSV(B) 70.77º 0.68% 0.22% -
XYZ 2.89 3.65 1.12 -
YUV 50.46 109.68 127.67 -
System Red Green Blue C M Y K H S L
Decimal 50 57 18 0.12 0 0.68 0.78 70.77 0.52 0.15
Hex 32 39 12 C 0 44 4E 47 34 F
Octal 62 71 22 14 0 104 116 107 64 17
Binary 110010 111001 10010 1100 0 1000100 1001110 1000111 110100 1111

Color Harmonies of #323912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323912

Black with #323912

Text Example


Text Example

White with #323912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323912; }

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

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

background-color css

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

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

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

border-color css

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

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

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