Html Css Color HEX #324C09 Turtle Green

📋 copy color: '#324C09'

red 50 ◦ green 76 ◦ blue 9

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

Shades of Turtle Green #324C09

Tints of Turtle Green #324C09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.67%

R = 37.04%
G = 56.3%
B = 6.67%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.88

 K value IS 0.70

RGB Variations

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

Color information

#324C09 (or 0x324C09) is known color: Turtle Green. HEX triplet: 32, 4C and 09. RGB value is (50,76,9). Sum of RGB (Red+Green+Blue) = 50+76+9=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 76 (30.08% from 255 or 56.30% from 135); Blue value is 9 (3.91% from 255 or 6.67% from 135); Max value from RGB is 76 - color contains mainly: green. Hex color #324C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324C09 is #CDB3F6. Grayscale: #3C3C3C. Windows color (decimal): -13480951 or 609330. OLE color: 609330.

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

Color convert

RGB 50 76 9 -
CMYK 0.34 0 0.88 0.70
HSL 83.28º 0.79% 0.17% -
HSV(B) 83.28º 0.88% 0.3% -
XYZ 3.95 5.87 1.18 -
YUV 60.59 98.89 120.45 -
System Red Green Blue C M Y K H S L
Decimal 50 76 9 0.34 0 0.88 0.70 83.28 0.79 0.17
Hex 32 4C 9 22 0 58 46 53 4F 11
Octal 62 114 11 42 0 130 106 123 117 21
Binary 110010 1001100 1001 100010 0 1011000 1000110 1010011 1001111 10001

Color Harmonies of #324C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324C09

Black with #324C09

Text Example


Text Example

White with #324C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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