#384516

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

Shades of Turtle Green #384516

Tints of Turtle Green #384516

Color information

#384516 (or 0x384516) is unknown color: approx Turtle Green. HEX triplet: 38, 45 and 16. RGB value is (56,69,22). Sum of RGB (Red+Green+Blue) = 56+69+22=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 69 (27.34% from 255 or 46.94% from 147); Blue value is 22 (8.98% from 255 or 14.97% from 147); Max value from RGB is 69 - color contains mainly: green. Hex color #384516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384516 is #C7BAE9. Grayscale: #3B3B3B. Windows color (decimal): -13089514 or 1459512. OLE color: 1459512.

HSL color Cylindrical-coordinate representation of color #384516: hue angle of 76.6º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #384516 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.73.

Color convert

RGB566922-
CMYK0.1900.680.73
HSL76.6º51.65%17.84%-
HSV(B)76.6º68.12%27.06%-
XYZ3.95.151.55-
YUV59.76106.69125.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.10%
GREEN value IS 69 (27.34% from 255) = 46.94%
BLUE value IS 22 (8.98% from 255) = 14.97%
R=38.10%
G=46.94%
B=14.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5669220.1900.680.7376.651.6517.84
Hex38451613044494d3412
Octal70105262301041111156422
Binary11100010001011011010011010001001001001100110111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384516; }

 p { color: rgb(56,69,22); }

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

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

 a { background-color: rgb(56,69,22); }

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

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

 span { border-color: rgb(56,69,22); }

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