#325208

Color #325208 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #325208

Tints of Turtle Green #325208

Color information

#325208 (or 0x325208) is unknown color: approx Turtle Green. HEX triplet: 32, 52 and 08. RGB value is (50,82,8). Sum of RGB (Red+Green+Blue) = 50+82+8=140 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.71% from 140); Green value is 82 (32.42% from 255 or 58.57% from 140); Blue value is 8 (3.52% from 255 or 5.71% from 140); Max value from RGB is 82 - color contains mainly: green. Hex color #325208 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325208 is #CDADF7. Grayscale: #404040. Windows color (decimal): -13479416 or 545330. OLE color: 545330.

HSL color Cylindrical-coordinate representation of color #325208: hue angle of 85.95º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #325208 is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB50828-
CMYK0.3900.900.68
HSL85.95º82.22%17.65%-
HSV(B)85.95º90.24%32.16%-
XYZ4.386.731.3-
YUV6496.4118.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.71%
GREEN value IS 82 (32.42% from 255) = 58.57%
BLUE value IS 8 (3.52% from 255) = 5.71%
R=35.71%
G=58.57%
B=5.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal508280.3900.900.6885.9582.2217.65
Hex325282705A44565212
Octal621221047013210412612222
Binary110010101001010001001110101101010001001010110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325208; }

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

 H1.HeaderClassName
 {
   color: #325208;
 }
 .AnyTagClassName
 {
   color: #325208;
 }
</style>
background-color css

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

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

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

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

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

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