Html Css Color HEX #325110 Turtle Green

📋 copy color: '#325110'

red 50 ◦ green 81 ◦ blue 16

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

Shades of Turtle Green #325110

Tints of Turtle Green #325110

RGB

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

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

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

R = 34.01%
G = 55.1%
B = 10.88%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#325110 (or 0x325110) is known color: Turtle Green. HEX triplet: 32, 51 and 10. RGB value is (50,81,16). Sum of RGB (Red+Green+Blue) = 50+81+16=147 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.01% from 147); Green value is 81 (32.03% from 255 or 55.10% from 147); Blue value is 16 (6.64% from 255 or 10.88% from 147); Max value from RGB is 81 - color contains mainly: green. Hex color #325110 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325110 is #CDAEEF. Grayscale: #404040. Windows color (decimal): -13479664 or 1069362. OLE color: 1069362.

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

Color convert

RGB 50 81 16 -
CMYK 0.38 0 0.80 0.68
HSL 88.62º 0.67% 0.19% -
HSV(B) 88.62º 0.8% 0.32% -
XYZ 4.35 6.6 1.53 -
YUV 64.32 100.73 117.79 -
System Red Green Blue C M Y K H S L
Decimal 50 81 16 0.38 0 0.80 0.68 88.62 0.67 0.19
Hex 32 51 10 26 0 50 44 59 43 13
Octal 62 121 20 46 0 120 104 131 103 23
Binary 110010 1010001 10000 100110 0 1010000 1000100 1011001 1000011 10011

Color Harmonies of #325110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325110

Black with #325110

Text Example


Text Example

White with #325110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325110; }

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

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

background-color css

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

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

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

border-color css

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

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

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