Html Css Color HEX #325210 Turtle Green

📋 copy color: '#325210'

red 50 ◦ green 82 ◦ blue 16

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

Shades of Turtle Green #325210

Tints of Turtle Green #325210

RGB

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

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

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

R = 33.78%
G = 55.41%
B = 10.81%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#325210 (or 0x325210) is known color: Turtle Green. HEX triplet: 32, 52 and 10. RGB value is (50,82,16). Sum of RGB (Red+Green+Blue) = 50+82+16=148 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.78% from 148); Green value is 82 (32.42% from 255 or 55.41% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 82 - color contains mainly: green. Hex color #325210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325210 is #CDADEF. Grayscale: #414141. Windows color (decimal): -13479408 or 1069618. OLE color: 1069618.

HSL color Cylindrical-coordinate representation of color #325210: hue angle of 89.09º 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 #325210 is Cyan = 0.39, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB 50 82 16 -
CMYK 0.39 0 0.80 0.68
HSL 89.09º 0.67% 0.19% -
HSV(B) 89.09º 0.8% 0.32% -
XYZ 4.43 6.75 1.56 -
YUV 64.91 100.4 117.37 -
System Red Green Blue C M Y K H S L
Decimal 50 82 16 0.39 0 0.80 0.68 89.09 0.67 0.19
Hex 32 52 10 27 0 50 44 59 43 13
Octal 62 122 20 47 0 120 104 131 103 23
Binary 110010 1010010 10000 100111 0 1010000 1000100 1011001 1000011 10011

Color Harmonies of #325210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325210

Black with #325210

Text Example


Text Example

White with #325210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325210; }

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

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

background-color css

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

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

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

border-color css

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

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

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