Html Css Color HEX #324012 Turtle Green

📋 copy color: '#324012'

red 50 ◦ green 64 ◦ blue 18

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

Shades of Turtle Green #324012

Tints of Turtle Green #324012

RGB

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

 GREEN value IS 64 (25.39% from 255) = 48.48%

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

R = 37.88%
G = 48.48%
B = 13.64%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#324012 (or 0x324012) is known color: Turtle Green. HEX triplet: 32, 40 and 12. RGB value is (50,64,18). Sum of RGB (Red+Green+Blue) = 50+64+18=132 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.88% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 64 - color contains mainly: green. Hex color #324012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324012 is #CDBFED. Grayscale: #363636. Windows color (decimal): -13484014 or 1196082. OLE color: 1196082.

HSL color Cylindrical-coordinate representation of color #324012: hue angle of 78.26º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #324012 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB 50 64 18 -
CMYK 0.22 0 0.72 0.75
HSL 78.26º 0.56% 0.16% -
HSV(B) 78.26º 0.72% 0.25% -
XYZ 3.26 4.39 1.25 -
YUV 54.57 107.36 124.74 -
System Red Green Blue C M Y K H S L
Decimal 50 64 18 0.22 0 0.72 0.75 78.26 0.56 0.16
Hex 32 40 12 16 0 48 4B 4E 38 10
Octal 62 100 22 26 0 110 113 116 70 20
Binary 110010 1000000 10010 10110 0 1001000 1001011 1001110 111000 10000

Color Harmonies of #324012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324012

Black with #324012

Text Example


Text Example

White with #324012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324012; }

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

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

background-color css

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

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

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

border-color css

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

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

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