Html Css Color HEX #324A12 Turtle Green

📋 copy color: '#324A12'

red 50 ◦ green 74 ◦ blue 18

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

Shades of Turtle Green #324A12

Tints of Turtle Green #324A12

RGB

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

 GREEN value IS 74 (29.3% from 255) = 52.11%

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

R = 35.21%
G = 52.11%
B = 12.68%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.76

 K value IS 0.71

RGB Variations

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

Color information

#324A12 (or 0x324A12) is known color: Turtle Green. HEX triplet: 32, 4A and 12. RGB value is (50,74,18). Sum of RGB (Red+Green+Blue) = 50+74+18=142 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.21% from 142); Green value is 74 (29.30% from 255 or 52.11% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 74 - color contains mainly: green. Hex color #324A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324A12 is #CDB5ED. Grayscale: #3C3C3C. Windows color (decimal): -13481454 or 1198642. OLE color: 1198642.

HSL color Cylindrical-coordinate representation of color #324A12: hue angle of 85.71º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #324A12 is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.71.

Color convert

RGB 50 74 18 -
CMYK 0.32 0 0.76 0.71
HSL 85.71º 0.61% 0.18% -
HSV(B) 85.71º 0.76% 0.29% -
XYZ 3.87 5.62 1.45 -
YUV 60.44 104.05 120.55 -
System Red Green Blue C M Y K H S L
Decimal 50 74 18 0.32 0 0.76 0.71 85.71 0.61 0.18
Hex 32 4A 12 20 0 4C 47 56 3D 12
Octal 62 112 22 40 0 114 107 126 75 22
Binary 110010 1001010 10010 100000 0 1001100 1000111 1010110 111101 10010

Color Harmonies of #324A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324A12

Black with #324A12

Text Example


Text Example

White with #324A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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