Html Css Color HEX #324501 Turtle Green

📋 copy color: '#324501'

red 50 ◦ green 69 ◦ blue 1

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

Shades of Turtle Green #324501

Tints of Turtle Green #324501

RGB

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

 GREEN value IS 69 (27.34% from 255) = 57.5%

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

R = 41.67%
G = 57.5%
B = 0.83%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#324501 (or 0x324501) is known color: Turtle Green. HEX triplet: 32, 45 and 01. RGB value is (50,69,1). Sum of RGB (Red+Green+Blue) = 50+69+1=120 (15% of max value = 765). Red value is 50 (19.92% from 255 or 41.67% from 120); Green value is 69 (27.34% from 255 or 57.5% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 69 - color contains mainly: green. Hex color #324501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324501 is #CDBAFE. Grayscale: #373737. Windows color (decimal): -13482751 or 83250. OLE color: 83250.

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

Color convert

RGB 50 69 1 -
CMYK 0.28 0 0.99 0.73
HSL 76.76º 0.97% 0.14% -
HSV(B) 76.76º 0.99% 0.27% -
XYZ 3.45 4.94 0.8 -
YUV 55.57 97.21 124.03 -
System Red Green Blue C M Y K H S L
Decimal 50 69 1 0.28 0 0.99 0.73 76.76 0.97 0.14
Hex 32 45 1 1C 0 63 49 4D 61 E
Octal 62 105 1 34 0 143 111 115 141 16
Binary 110010 1000101 1 11100 0 1100011 1001001 1001101 1100001 1110

Color Harmonies of #324501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324501

Black with #324501

Text Example


Text Example

White with #324501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324501; }

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

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

background-color css

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

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

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

border-color css

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

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

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