Html Css Color HEX #325201 Turtle Green

📋 copy color: '#325201'

red 50 ◦ green 82 ◦ blue 1

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

Shades of Turtle Green #325201

Tints of Turtle Green #325201

RGB

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

 GREEN value IS 82 (32.42% from 255) = 61.65%

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

R = 37.59%
G = 61.65%
B = 0.75%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#325201 (or 0x325201) is known color: Turtle Green. HEX triplet: 32, 52 and 01. RGB value is (50,82,1). Sum of RGB (Red+Green+Blue) = 50+82+1=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 82 (32.42% from 255 or 61.65% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 82 - color contains mainly: green. Hex color #325201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325201 is #CDADFE. Grayscale: #3F3F3F. Windows color (decimal): -13479423 or 86578. OLE color: 86578.

HSL color Cylindrical-coordinate representation of color #325201: hue angle of 83.7º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #325201 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.68.

Color convert

RGB 50 82 1 -
CMYK 0.39 0 0.99 0.68
HSL 83.7º 0.98% 0.16% -
HSV(B) 83.7º 0.99% 0.32% -
XYZ 4.34 6.71 1.1 -
YUV 63.2 92.9 118.59 -
System Red Green Blue C M Y K H S L
Decimal 50 82 1 0.39 0 0.99 0.68 83.7 0.98 0.16
Hex 32 52 1 27 0 63 44 54 62 10
Octal 62 122 1 47 0 143 104 124 142 20
Binary 110010 1010010 1 100111 0 1100011 1000100 1010100 1100010 10000

Color Harmonies of #325201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325201

Black with #325201

Text Example


Text Example

White with #325201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325201; }

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

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

background-color css

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

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

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

border-color css

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

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

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