#325302

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

Shades of Turtle Green #325302

Tints of Turtle Green #325302

Color information

#325302 (or 0x325302) is unknown color: approx Turtle Green. HEX triplet: 32, 53 and 02. RGB value is (50,83,2). Sum of RGB (Red+Green+Blue) = 50+83+2=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 83 (32.81% from 255 or 61.48% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 83 - color contains mainly: green. Hex color #325302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325302 is #CDACFD. Grayscale: #404040. Windows color (decimal): -13479166 or 152370. OLE color: 152370.

HSL color Cylindrical-coordinate representation of color #325302: hue angle of 84.44º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #325302 is Cyan = 0.40, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB50832-
CMYK0.4000.980.67
HSL84.44º95.29%16.67%-
HSV(B)84.44º97.59%32.55%-
XYZ4.426.871.15-
YUV63.993.07118.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.04%
GREEN value IS 83 (32.81% from 255) = 61.48%
BLUE value IS 2 (1.17% from 255) = 1.48%
R=37.04%
G=61.48%
B=1.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal508320.4000.980.6784.4495.2916.67
Hex325322806243545f11
Octal62123250014210312413721
Binary1100101010011101010000110001010000111010100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325302; }

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

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

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

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

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

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

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

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