Html Css Color HEX #324801 Turtle Green

📋 copy color: '#324801'

red 50 ◦ green 72 ◦ blue 1

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

Shades of Turtle Green #324801

Tints of Turtle Green #324801

RGB

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

 GREEN value IS 72 (28.52% from 255) = 58.54%

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

R = 40.65%
G = 58.54%
B = 0.81%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#324801 (or 0x324801) is known color: Turtle Green. HEX triplet: 32, 48 and 01. RGB value is (50,72,1). Sum of RGB (Red+Green+Blue) = 50+72+1=123 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.65% from 123); Green value is 72 (28.52% from 255 or 58.54% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 72 - color contains mainly: green. Hex color #324801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324801 is #CDB7FE. Grayscale: #393939. Windows color (decimal): -13481983 or 84018. OLE color: 84018.

HSL color Cylindrical-coordinate representation of color #324801: hue angle of 78.59º 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 #324801 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB 50 72 1 -
CMYK 0.31 0 0.99 0.72
HSL 78.59º 0.97% 0.14% -
HSV(B) 78.59º 0.99% 0.28% -
XYZ 3.64 5.32 0.86 -
YUV 57.33 96.21 122.77 -
System Red Green Blue C M Y K H S L
Decimal 50 72 1 0.31 0 0.99 0.72 78.59 0.97 0.14
Hex 32 48 1 1F 0 63 48 4F 61 E
Octal 62 110 1 37 0 143 110 117 141 16
Binary 110010 1001000 1 11111 0 1100011 1001000 1001111 1100001 1110

Color Harmonies of #324801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324801

Black with #324801

Text Example


Text Example

White with #324801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324801; }

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

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

background-color css

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

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

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

border-color css

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

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

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