Html Css Color HEX #324902 Turtle Green

📋 copy color: '#324902'

red 50 ◦ green 73 ◦ blue 2

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

Shades of Turtle Green #324902

Tints of Turtle Green #324902

RGB

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

 GREEN value IS 73 (28.91% from 255) = 58.4%

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

R = 40%
G = 58.4%
B = 1.6%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#324902 (or 0x324902) is known color: Turtle Green. HEX triplet: 32, 49 and 02. RGB value is (50,73,2). Sum of RGB (Red+Green+Blue) = 50+73+2=125 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40% from 125); Green value is 73 (28.91% from 255 or 58.4% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 73 - color contains mainly: green. Hex color #324902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324902 is #CDB6FD. Grayscale: #3A3A3A. Windows color (decimal): -13481726 or 149810. OLE color: 149810.

HSL color Cylindrical-coordinate representation of color #324902: hue angle of 79.44º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #324902 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.71.

Color convert

RGB 50 73 2 -
CMYK 0.32 0 0.97 0.71
HSL 79.44º 0.95% 0.15% -
HSV(B) 79.44º 0.97% 0.29% -
XYZ 3.71 5.45 0.91 -
YUV 58.03 96.38 122.27 -
System Red Green Blue C M Y K H S L
Decimal 50 73 2 0.32 0 0.97 0.71 79.44 0.95 0.15
Hex 32 49 2 20 0 61 47 4F 5F F
Octal 62 111 2 40 0 141 107 117 137 17
Binary 110010 1001001 10 100000 0 1100001 1000111 1001111 1011111 1111

Color Harmonies of #324902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324902

Black with #324902

Text Example


Text Example

White with #324902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324902; }

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

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

background-color css

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

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

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

border-color css

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

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

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