#303613

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

Shades of Turtle Green #303613

Tints of Turtle Green #303613

Color information

#303613 (or 0x303613) is unknown color: approx Turtle Green. HEX triplet: 30, 36 and 13. RGB value is (48,54,19). Sum of RGB (Red+Green+Blue) = 48+54+19=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 54 (21.48% from 255 or 44.63% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 54 - color contains mainly: green. Hex color #303613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303613 is #CFC9EC. Grayscale: #303030. Windows color (decimal): -13617645 or 1259056. OLE color: 1259056.

HSL color Cylindrical-coordinate representation of color #303613: hue angle of 70.29º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #303613 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.79.

Color convert

RGB485419-
CMYK0.1100.650.79
HSL70.29º47.95%14.31%-
HSV(B)70.29º64.81%21.18%-
XYZ2.663.311.12-
YUV48.22111.51127.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.67%
GREEN value IS 54 (21.48% from 255) = 44.63%
BLUE value IS 19 (7.81% from 255) = 15.70%
R=39.67%
G=44.63%
B=15.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4854190.1100.650.7970.2947.9514.31
Hex303613B0414F4630e
Octal6066231301011171066016
Binary11000011011010011101101000001100111110001101100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303613; }

 p { color: rgb(48,54,19); }

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

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

 a { background-color: rgb(48,54,19); }

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

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

 span { border-color: rgb(48,54,19); }

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