#325308

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

Shades of Turtle Green #325308

Tints of Turtle Green #325308

Color information

#325308 (or 0x325308) is unknown color: approx Turtle Green. HEX triplet: 32, 53 and 08. RGB value is (50,83,8). Sum of RGB (Red+Green+Blue) = 50+83+8=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 83 (32.81% from 255 or 58.87% from 141); Blue value is 8 (3.52% from 255 or 5.67% from 141); Max value from RGB is 83 - color contains mainly: green. Hex color #325308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325308 is #CDACF7. Grayscale: #404040. Windows color (decimal): -13479160 or 545586. OLE color: 545586.

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

Color convert

RGB50838-
CMYK0.4000.900.67
HSL86.4º82.42%17.84%-
HSV(B)86.4º90.36%32.55%-
XYZ4.456.881.32-
YUV64.5896.07117.6-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.46%
GREEN value IS 83 (32.81% from 255) = 58.87%
BLUE value IS 8 (3.52% from 255) = 5.67%
R=35.46%
G=58.87%
B=5.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal508380.4000.900.6786.482.4217.84
Hex325382805A43565212
Octal621231050013210312612222
Binary110010101001110001010000101101010000111010110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325308; }

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

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

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

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

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

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

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

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