Html Css Color HEX #324C11 Turtle Green

📋 copy color: '#324C11'

red 50 ◦ green 76 ◦ blue 17

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

Shades of Turtle Green #324C11

Tints of Turtle Green #324C11

RGB

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

 GREEN value IS 76 (30.08% from 255) = 53.15%

 BLUE value IS 17 (7.03% from 255) = 11.89%

R = 34.97%
G = 53.15%
B = 11.89%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.78

 K value IS 0.70

RGB Variations

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

Color information

#324C11 (or 0x324C11) is known color: Turtle Green. HEX triplet: 32, 4C and 11. RGB value is (50,76,17). Sum of RGB (Red+Green+Blue) = 50+76+17=143 (18% of max value = 765). Red value is 50 (19.92% from 255 or 34.97% from 143); Green value is 76 (30.08% from 255 or 53.15% from 143); Blue value is 17 (7.03% from 255 or 11.89% from 143); Max value from RGB is 76 - color contains mainly: green. Hex color #324C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324C11 is #CDB3EE. Grayscale: #3D3D3D. Windows color (decimal): -13480943 or 1133618. OLE color: 1133618.

HSL color Cylindrical-coordinate representation of color #324C11: hue angle of 86.44º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #324C11 is Cyan = 0.34, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.70.

Color convert

RGB 50 76 17 -
CMYK 0.34 0 0.78 0.70
HSL 86.44º 0.63% 0.18% -
HSV(B) 86.44º 0.78% 0.3% -
XYZ 4 5.89 1.46 -
YUV 61.5 102.89 119.8 -
System Red Green Blue C M Y K H S L
Decimal 50 76 17 0.34 0 0.78 0.70 86.44 0.63 0.18
Hex 32 4C 11 22 0 4E 46 56 3F 12
Octal 62 114 21 42 0 116 106 126 77 22
Binary 110010 1001100 10001 100010 0 1001110 1000110 1010110 111111 10010

Color Harmonies of #324C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324C11

Black with #324C11

Text Example


Text Example

White with #324C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,76,17); }

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

background-color css

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

 a { background-color: rgb(50,76,17); }

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

border-color css

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

 span { border-color: rgb(50,76,17); }

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