#303516

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

Shades of Turtle Green #303516

Tints of Turtle Green #303516

Color information

#303516 (or 0x303516) is unknown color: approx Turtle Green. HEX triplet: 30, 35 and 16. RGB value is (48,53,22). Sum of RGB (Red+Green+Blue) = 48+53+22=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 53 (21.09% from 255 or 43.09% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 53 - color contains mainly: green. Hex color #303516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303516 is #CFCAE9. Grayscale: #303030. Windows color (decimal): -13617898 or 1455408. OLE color: 1455408.

HSL color Cylindrical-coordinate representation of color #303516: hue angle of 69.68º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #303516 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.79.

Color convert

RGB485322-
CMYK0.0900.580.79
HSL69.68º41.33%14.71%-
HSV(B)69.68º58.49%20.78%-
XYZ2.643.231.24-
YUV47.97113.34128.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.02%
GREEN value IS 53 (21.09% from 255) = 43.09%
BLUE value IS 22 (8.98% from 255) = 17.89%
R=39.02%
G=43.09%
B=17.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4853220.0900.580.7969.6841.3314.71
Hex303516903A4F4629f
Octal606526110721171065117
Binary1100001101011011010010111010100111110001101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303516; }

 p { color: rgb(48,53,22); }

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

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

 a { background-color: rgb(48,53,22); }

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

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

 span { border-color: rgb(48,53,22); }

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