Html Css Color HEX #324B01 Turtle Green

📋 copy color: '#324B01'

red 50 ◦ green 75 ◦ blue 1

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

Shades of Turtle Green #324B01

Tints of Turtle Green #324B01

RGB

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

 GREEN value IS 75 (29.69% from 255) = 59.52%

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

R = 39.68%
G = 59.52%
B = 0.79%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#324B01 (or 0x324B01) is known color: Turtle Green. HEX triplet: 32, 4B and 01. RGB value is (50,75,1). Sum of RGB (Red+Green+Blue) = 50+75+1=126 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.68% from 126); Green value is 75 (29.69% from 255 or 59.52% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 75 - color contains mainly: green. Hex color #324B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324B01 is #CDB4FE. Grayscale: #3B3B3B. Windows color (decimal): -13481215 or 84786. OLE color: 84786.

HSL color Cylindrical-coordinate representation of color #324B01: hue angle of 80.27º 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 #324B01 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB 50 75 1 -
CMYK 0.33 0 0.99 0.71
HSL 80.27º 0.97% 0.15% -
HSV(B) 80.27º 0.99% 0.29% -
XYZ 3.84 5.71 0.93 -
YUV 59.09 95.22 121.52 -
System Red Green Blue C M Y K H S L
Decimal 50 75 1 0.33 0 0.99 0.71 80.27 0.97 0.15
Hex 32 4B 1 21 0 63 47 50 61 F
Octal 62 113 1 41 0 143 107 120 141 17
Binary 110010 1001011 1 100001 0 1100011 1000111 1010000 1100001 1111

Color Harmonies of #324B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324B01

Black with #324B01

Text Example


Text Example

White with #324B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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