#384615

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

Shades of Turtle Green #384615

Tints of Turtle Green #384615

Color information

#384615 (or 0x384615) is unknown color: approx Turtle Green. HEX triplet: 38, 46 and 15. RGB value is (56,70,21). Sum of RGB (Red+Green+Blue) = 56+70+21=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 70 (27.73% from 255 or 47.62% from 147); Blue value is 21 (8.59% from 255 or 14.29% from 147); Max value from RGB is 70 - color contains mainly: green. Hex color #384615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384615 is #C7B9EA. Grayscale: #3C3C3C. Windows color (decimal): -13089259 or 1394232. OLE color: 1394232.

HSL color Cylindrical-coordinate representation of color #384615: hue angle of 77.14º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #384615 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB567021-
CMYK0.2000.700.73
HSL77.14º53.85%17.84%-
HSV(B)77.14º70%27.45%-
XYZ3.965.281.52-
YUV60.23105.86124.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.10%
GREEN value IS 70 (27.73% from 255) = 47.62%
BLUE value IS 21 (8.59% from 255) = 14.29%
R=38.10%
G=47.62%
B=14.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5670210.2000.700.7377.1453.8517.84
Hex38461514046494d3612
Octal70106252401061111156622
Binary11100010001101010110100010001101001001100110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384615; }

 p { color: rgb(56,70,21); }

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

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

 a { background-color: rgb(56,70,21); }

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

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

 span { border-color: rgb(56,70,21); }

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