Html Css Color HEX #325010 Turtle Green

📋 copy color: '#325010'

red 50 ◦ green 80 ◦ blue 16

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

Shades of Turtle Green #325010

Tints of Turtle Green #325010

RGB

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

 GREEN value IS 80 (31.64% from 255) = 54.79%

 BLUE value IS 16 (6.64% from 255) = 10.96%

R = 34.25%
G = 54.79%
B = 10.96%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#325010 (or 0x325010) is known color: Turtle Green. HEX triplet: 32, 50 and 10. RGB value is (50,80,16). Sum of RGB (Red+Green+Blue) = 50+80+16=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 80 (31.64% from 255 or 54.79% from 146); Blue value is 16 (6.64% from 255 or 10.96% from 146); Max value from RGB is 80 - color contains mainly: green. Hex color #325010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325010 is #CDAFEF. Grayscale: #3F3F3F. Windows color (decimal): -13479920 or 1069106. OLE color: 1069106.

HSL color Cylindrical-coordinate representation of color #325010: hue angle of 88.12º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #325010 is Cyan = 0.37, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB 50 80 16 -
CMYK 0.37 0 0.80 0.69
HSL 88.13º 0.67% 0.19% -
HSV(B) 88.13º 0.8% 0.31% -
XYZ 4.28 6.45 1.51 -
YUV 63.73 101.06 118.2 -
System Red Green Blue C M Y K H S L
Decimal 50 80 16 0.37 0 0.80 0.69 88.13 0.67 0.19
Hex 32 50 10 25 0 50 45 58 43 13
Octal 62 120 20 45 0 120 105 130 103 23
Binary 110010 1010000 10000 100101 0 1010000 1000101 1011000 1000011 10011

Color Harmonies of #325010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325010

Black with #325010

Text Example


Text Example

White with #325010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325010; }

 p { color: rgb(50,80,16); }

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

background-color css

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

 a { background-color: rgb(50,80,16); }

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

border-color css

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

 span { border-color: rgb(50,80,16); }

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