#325303

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

Shades of Turtle Green #325303

Tints of Turtle Green #325303

Color information

#325303 (or 0x325303) is unknown color: approx Turtle Green. HEX triplet: 32, 53 and 03. RGB value is (50,83,3). Sum of RGB (Red+Green+Blue) = 50+83+3=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 83 (32.81% from 255 or 61.03% from 136); Blue value is 3 (1.56% from 255 or 2.21% from 136); Max value from RGB is 83 - color contains mainly: green. Hex color #325303 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325303 is #CDACFC. Grayscale: #404040. Windows color (decimal): -13479165 or 217906. OLE color: 217906.

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

Color convert

RGB50833-
CMYK0.4000.960.67
HSL84.75º93.02%16.86%-
HSV(B)84.75º96.39%32.55%-
XYZ4.436.871.18-
YUV64.0193.57118-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.76%
GREEN value IS 83 (32.81% from 255) = 61.03%
BLUE value IS 3 (1.56% from 255) = 2.21%
R=36.76%
G=61.03%
B=2.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal508330.4000.960.6784.7593.0216.86
Hex325332806043555d11
Octal62123350014010312513521
Binary1100101010011111010000110000010000111010101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325303; }

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

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

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

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

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

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

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

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