#303620

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

Shades of Turtle Green #303620

Tints of Turtle Green #303620

Color information

#303620 (or 0x303620) is unknown color: approx Turtle Green. HEX triplet: 30, 36 and 20. RGB value is (48,54,32). Sum of RGB (Red+Green+Blue) = 48+54+32=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 54 (21.48% from 255 or 40.30% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 54 - color contains mainly: green. Hex color #303620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303620 is #CFC9DF. Grayscale: #313131. Windows color (decimal): -13617632 or 2111024. OLE color: 2111024.

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

Color convert

RGB485432-
CMYK0.1100.410.79
HSL76.36º25.58%16.86%-
HSV(B)76.36º40.74%21.18%-
XYZ2.83.371.87-
YUV49.7118.01126.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.82%
GREEN value IS 54 (21.48% from 255) = 40.30%
BLUE value IS 32 (12.89% from 255) = 23.88%
R=35.82%
G=40.30%
B=23.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4854320.1100.410.7976.3625.5816.86
Hex303620B0294F4c1a11
Octal606640130511171143221
Binary11000011011010000010110101001100111110011001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303620; }

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

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

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

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

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

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

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

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