Html Css Color HEX #323812 Turtle Green

📋 copy color: '#323812'

red 50 ◦ green 56 ◦ blue 18

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

Shades of Turtle Green #323812

Tints of Turtle Green #323812

RGB

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

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

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

R = 40.32%
G = 45.16%
B = 14.52%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#323812 (or 0x323812) is known color: Turtle Green. HEX triplet: 32, 38 and 12. RGB value is (50,56,18). Sum of RGB (Red+Green+Blue) = 50+56+18=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 56 (22.27% from 255 or 45.16% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 56 - color contains mainly: green. Hex color #323812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323812 is #CDC7ED. Grayscale: #323232. Windows color (decimal): -13486062 or 1194034. OLE color: 1194034.

HSL color Cylindrical-coordinate representation of color #323812: hue angle of 69.47º degrees, saturation: 0.51, 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 #323812 is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB 50 56 18 -
CMYK 0.11 0 0.68 0.78
HSL 69.47º 0.51% 0.15% -
HSV(B) 69.47º 0.68% 0.22% -
XYZ 2.84 3.55 1.11 -
YUV 49.87 110.01 128.09 -
System Red Green Blue C M Y K H S L
Decimal 50 56 18 0.11 0 0.68 0.78 69.47 0.51 0.15
Hex 32 38 12 B 0 44 4E 45 33 F
Octal 62 70 22 13 0 104 116 105 63 17
Binary 110010 111000 10010 1011 0 1000100 1001110 1000101 110011 1111

Color Harmonies of #323812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323812

Black with #323812

Text Example


Text Example

White with #323812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323812; }

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

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

background-color css

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

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

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

border-color css

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

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

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