Html Css Color HEX #324A02 Turtle Green

📋 copy color: '#324A02'

red 50 ◦ green 74 ◦ blue 2

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

Shades of Turtle Green #324A02

Tints of Turtle Green #324A02

RGB

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

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

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

R = 39.68%
G = 58.73%
B = 1.59%

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

#324A02 (or 0x324A02) is known color: Turtle Green. HEX triplet: 32, 4A and 02. RGB value is (50,74,2). Sum of RGB (Red+Green+Blue) = 50+74+2=126 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.68% from 126); Green value is 74 (29.30% from 255 or 58.73% from 126); Blue value is 2 (1.17% from 255 or 1.59% from 126); Max value from RGB is 74 - color contains mainly: green. Hex color #324A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324A02 is #CDB5FD. Grayscale: #3A3A3A. Windows color (decimal): -13481470 or 150066. OLE color: 150066.

HSL color Cylindrical-coordinate representation of color #324A02: hue angle of 80º 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 #324A02 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.71.

Color convert

RGB 50 74 2 -
CMYK 0.32 0 0.97 0.71
HSL 80º 0.95% 0.15% -
HSV(B) 80º 0.97% 0.29% -
XYZ 3.78 5.58 0.94 -
YUV 58.62 96.05 121.85 -
System Red Green Blue C M Y K H S L
Decimal 50 74 2 0.32 0 0.97 0.71 80 0.95 0.15
Hex 32 4A 2 20 0 61 47 50 5F F
Octal 62 112 2 40 0 141 107 120 137 17
Binary 110010 1001010 10 100000 0 1100001 1000111 1010000 1011111 1111

Color Harmonies of #324A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324A02

Black with #324A02

Text Example


Text Example

White with #324A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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