Html Css Color HEX #324702 Turtle Green

📋 copy color: '#324702'

red 50 ◦ green 71 ◦ blue 2

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

Shades of Turtle Green #324702

Tints of Turtle Green #324702

RGB

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

 GREEN value IS 71 (28.13% from 255) = 57.72%

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

R = 40.65%
G = 57.72%
B = 1.63%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#324702 (or 0x324702) is known color: Turtle Green. HEX triplet: 32, 47 and 02. RGB value is (50,71,2). Sum of RGB (Red+Green+Blue) = 50+71+2=123 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.65% from 123); Green value is 71 (28.12% from 255 or 57.72% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 71 - color contains mainly: green. Hex color #324702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324702 is #CDB8FD. Grayscale: #393939. Windows color (decimal): -13482238 or 149298. OLE color: 149298.

HSL color Cylindrical-coordinate representation of color #324702: hue angle of 78.26º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #324702 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB 50 71 2 -
CMYK 0.30 0 0.97 0.72
HSL 78.26º 0.95% 0.14% -
HSV(B) 78.26º 0.97% 0.28% -
XYZ 3.58 5.19 0.87 -
YUV 56.86 97.04 123.11 -
System Red Green Blue C M Y K H S L
Decimal 50 71 2 0.30 0 0.97 0.72 78.26 0.95 0.14
Hex 32 47 2 1E 0 61 48 4E 5F E
Octal 62 107 2 36 0 141 110 116 137 16
Binary 110010 1000111 10 11110 0 1100001 1001000 1001110 1011111 1110

Color Harmonies of #324702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324702

Black with #324702

Text Example


Text Example

White with #324702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324702; }

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

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

background-color css

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

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

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

border-color css

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

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

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