Html Css Color HEX #324701 Turtle Green

📋 copy color: '#324701'

red 50 ◦ green 71 ◦ blue 1

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

Shades of Turtle Green #324701

Tints of Turtle Green #324701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.82%

R = 40.98%
G = 58.2%
B = 0.82%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#324701 (or 0x324701) is known color: Turtle Green. HEX triplet: 32, 47 and 01. RGB value is (50,71,1). Sum of RGB (Red+Green+Blue) = 50+71+1=122 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.98% from 122); Green value is 71 (28.12% from 255 or 58.20% from 122); Blue value is 1 (0.78% from 255 or 0.82% from 122); Max value from RGB is 71 - color contains mainly: green. Hex color #324701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324701 is #CDB8FE. Grayscale: #393939. Windows color (decimal): -13482239 or 83762. OLE color: 83762.

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

Color convert

RGB 50 71 1 -
CMYK 0.30 0 0.99 0.72
HSL 78º 0.97% 0.14% -
HSV(B) 78º 0.99% 0.28% -
XYZ 3.57 5.19 0.84 -
YUV 56.74 96.54 123.19 -
System Red Green Blue C M Y K H S L
Decimal 50 71 1 0.30 0 0.99 0.72 78 0.97 0.14
Hex 32 47 1 1E 0 63 48 4E 61 E
Octal 62 107 1 36 0 143 110 116 141 16
Binary 110010 1000111 1 11110 0 1100011 1001000 1001110 1100001 1110

Color Harmonies of #324701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324701

Black with #324701

Text Example


Text Example

White with #324701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324701; }

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

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

background-color css

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

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

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

border-color css

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

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

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