Html Css Color HEX #324C02 Turtle Green

📋 copy color: '#324C02'

red 50 ◦ green 76 ◦ blue 2

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

Shades of Turtle Green #324C02

Tints of Turtle Green #324C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.56%

R = 39.06%
G = 59.38%
B = 1.56%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.97

 K value IS 0.70

RGB Variations

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

Color information

#324C02 (or 0x324C02) is known color: Turtle Green. HEX triplet: 32, 4C and 02. RGB value is (50,76,2). Sum of RGB (Red+Green+Blue) = 50+76+2=128 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.06% from 128); Green value is 76 (30.08% from 255 or 59.38% from 128); Blue value is 2 (1.17% from 255 or 1.56% from 128); Max value from RGB is 76 - color contains mainly: green. Hex color #324C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324C02 is #CDB3FD. Grayscale: #3C3C3C. Windows color (decimal): -13480958 or 150578. OLE color: 150578.

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

Color convert

RGB 50 76 2 -
CMYK 0.34 0 0.97 0.70
HSL 81.08º 0.95% 0.15% -
HSV(B) 81.08º 0.97% 0.3% -
XYZ 3.91 5.85 0.98 -
YUV 59.79 95.39 121.02 -
System Red Green Blue C M Y K H S L
Decimal 50 76 2 0.34 0 0.97 0.70 81.08 0.95 0.15
Hex 32 4C 2 22 0 61 46 51 5F F
Octal 62 114 2 42 0 141 106 121 137 17
Binary 110010 1001100 10 100010 0 1100001 1000110 1010001 1011111 1111

Color Harmonies of #324C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324C02

Black with #324C02

Text Example


Text Example

White with #324C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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