Html Css Color HEX #324901 Turtle Green

📋 copy color: '#324901'

red 50 ◦ green 73 ◦ blue 1

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

Shades of Turtle Green #324901

Tints of Turtle Green #324901

RGB

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

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

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

R = 40.32%
G = 58.87%
B = 0.81%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#324901 (or 0x324901) is known color: Turtle Green. HEX triplet: 32, 49 and 01. RGB value is (50,73,1). Sum of RGB (Red+Green+Blue) = 50+73+1=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 73 (28.91% from 255 or 58.87% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 73 - color contains mainly: green. Hex color #324901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324901 is #CDB6FE. Grayscale: #3A3A3A. Windows color (decimal): -13481727 or 84274. OLE color: 84274.

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

Color convert

RGB 50 73 1 -
CMYK 0.32 0 0.99 0.71
HSL 79.17º 0.97% 0.15% -
HSV(B) 79.17º 0.99% 0.29% -
XYZ 3.7 5.45 0.88 -
YUV 57.92 95.88 122.35 -
System Red Green Blue C M Y K H S L
Decimal 50 73 1 0.32 0 0.99 0.71 79.17 0.97 0.15
Hex 32 49 1 20 0 63 47 4F 61 F
Octal 62 111 1 40 0 143 107 117 141 17
Binary 110010 1001001 1 100000 0 1100011 1000111 1001111 1100001 1111

Color Harmonies of #324901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324901

Black with #324901

Text Example


Text Example

White with #324901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324901; }

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

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

background-color css

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

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

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

border-color css

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

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

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