#315403

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

Shades of Turtle Green #315403

Tints of Turtle Green #315403

Color information

#315403 (or 0x315403) is unknown color: approx Turtle Green. HEX triplet: 31, 54 and 03. RGB value is (49,84,3). Sum of RGB (Red+Green+Blue) = 49+84+3=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 84 (33.20% from 255 or 61.76% from 136); Blue value is 3 (1.56% from 255 or 2.21% from 136); Max value from RGB is 84 - color contains mainly: green. Hex color #315403 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315403 is #CEABFC. Grayscale: #404040. Windows color (decimal): -13544445 or 218161. OLE color: 218161.

HSL color Cylindrical-coordinate representation of color #315403: hue angle of 85.93º 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 #315403 is Cyan = 0.42, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB49843-
CMYK0.4200.960.67
HSL85.93º93.1%17.06%-
HSV(B)85.93º96.43%32.94%-
XYZ4.4571.2-
YUV64.393.4117.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.03%
GREEN value IS 84 (33.20% from 255) = 61.76%
BLUE value IS 3 (1.56% from 255) = 2.21%
R=36.03%
G=61.76%
B=2.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal498430.4200.960.6785.9393.117.06
Hex315432A06043565d11
Octal61124352014010312613521
Binary1100011010100111010100110000010000111010110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315403; }

 p { color: rgb(49,84,3); }

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

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

 a { background-color: rgb(49,84,3); }

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

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

 span { border-color: rgb(49,84,3); }

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