#384815

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

Shades of Turtle Green #384815

Tints of Turtle Green #384815

Color information

#384815 (or 0x384815) is unknown color: approx Turtle Green. HEX triplet: 38, 48 and 15. RGB value is (56,72,21). Sum of RGB (Red+Green+Blue) = 56+72+21=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 72 (28.52% from 255 or 48.32% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 72 - color contains mainly: green. Hex color #384815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384815 is #C7B7EA. Grayscale: #3D3D3D. Windows color (decimal): -13088747 or 1394744. OLE color: 1394744.

HSL color Cylindrical-coordinate representation of color #384815: hue angle of 78.82º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #384815 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.72.

Color convert

RGB567221-
CMYK0.2200.710.72
HSL78.82º54.84%18.24%-
HSV(B)78.82º70.83%28.24%-
XYZ4.085.531.56-
YUV61.4105.2124.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.58%
GREEN value IS 72 (28.52% from 255) = 48.32%
BLUE value IS 21 (8.59% from 255) = 14.09%
R=37.58%
G=48.32%
B=14.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5672210.2200.710.7278.8254.8418.24
Hex38481516047484f3712
Octal70110252601071101176722
Binary11100010010001010110110010001111001000100111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384815; }

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

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

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

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

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

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

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

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