Html Css Color HEX #325100 Turtle Green

📋 copy color: '#325100'

red 50 ◦ green 81 ◦ blue 0

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

Shades of Turtle Green #325100

Tints of Turtle Green #325100

RGB

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

 GREEN value IS 81 (32.03% from 255) = 61.83%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 38.17%
G = 61.83%
B = 0%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#325100 (or 0x325100) is known color: Turtle Green. HEX triplet: 32, 51 and 00. RGB value is (50,81,0). Sum of RGB (Red+Green+Blue) = 50+81+0=131 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.17% from 131); Green value is 81 (32.03% from 255 or 61.83% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 81 - color contains mainly: green. Hex color #325100 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325100 is #CDAEFF. Grayscale: #3E3E3E. Windows color (decimal): -13479680 or 20786. OLE color: 20786.

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

Color convert

RGB 50 81 0 -
CMYK 0.38 0 1 0.68
HSL 82.96º 1% 0.16% -
HSV(B) 82.96º 1% 0.32% -
XYZ 4.26 6.56 1.04 -
YUV 62.5 92.73 119.09 -
System Red Green Blue C M Y K H S L
Decimal 50 81 0 0.38 0 1 0.68 82.96 1 0.16
Hex 32 51 0 26 0 64 44 53 64 10
Octal 62 121 0 46 0 144 104 123 144 20
Binary 110010 1010001 0 100110 0 1100100 1000100 1010011 1100100 10000

Color Harmonies of #325100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325100

Black with #325100

Text Example


Text Example

White with #325100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325100; }

 p { color: rgb(50,81,0); }

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

background-color css

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

 a { background-color: rgb(50,81,0); }

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

border-color css

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

 span { border-color: rgb(50,81,0); }

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