Html Css Color HEX #324001 Turtle Green

📋 copy color: '#324001'

red 50 ◦ green 64 ◦ blue 1

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

Shades of Turtle Green #324001

Tints of Turtle Green #324001

RGB

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

 GREEN value IS 64 (25.39% from 255) = 55.65%

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

R = 43.48%
G = 55.65%
B = 0.87%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#324001 (or 0x324001) is known color: Turtle Green. HEX triplet: 32, 40 and 01. RGB value is (50,64,1). Sum of RGB (Red+Green+Blue) = 50+64+1=115 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.48% from 115); Green value is 64 (25.39% from 255 or 55.65% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 64 - color contains mainly: green. Hex color #324001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324001 is #CDBFFE. Grayscale: #343434. Windows color (decimal): -13484031 or 81970. OLE color: 81970.

HSL color Cylindrical-coordinate representation of color #324001: hue angle of 73.33º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #324001 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB 50 64 1 -
CMYK 0.22 0 0.98 0.75
HSL 73.33º 0.97% 0.13% -
HSV(B) 73.33º 0.98% 0.25% -
XYZ 3.15 4.35 0.7 -
YUV 52.63 98.86 126.12 -
System Red Green Blue C M Y K H S L
Decimal 50 64 1 0.22 0 0.98 0.75 73.33 0.97 0.13
Hex 32 40 1 16 0 62 4B 49 61 D
Octal 62 100 1 26 0 142 113 111 141 15
Binary 110010 1000000 1 10110 0 1100010 1001011 1001001 1100001 1101

Color Harmonies of #324001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324001

Black with #324001

Text Example


Text Example

White with #324001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324001; }

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

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

background-color css

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

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

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

border-color css

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

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

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