#383913

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

Shades of Turtle Green #383913

Tints of Turtle Green #383913

Color information

#383913 (or 0x383913) is unknown color: approx Turtle Green. HEX triplet: 38, 39 and 13. RGB value is (56,57,19). Sum of RGB (Red+Green+Blue) = 56+57+19=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 57 (22.66% from 255 or 43.18% from 132); Blue value is 19 (7.81% from 255 or 14.39% from 132); Max value from RGB is 57 - color contains mainly: green. Hex color #383913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383913 is #C7C6EC. Grayscale: #343434. Windows color (decimal): -13092589 or 1259832. OLE color: 1259832.

HSL color Cylindrical-coordinate representation of color #383913: hue angle of 61.58º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #383913 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB565719-
CMYK0.0200.670.78
HSL61.58º50%14.9%-
HSV(B)61.58º66.67%22.35%-
XYZ3.213.811.18-
YUV52.37109.17130.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.42%
GREEN value IS 57 (22.66% from 255) = 43.18%
BLUE value IS 19 (7.81% from 255) = 14.39%
R=42.42%
G=43.18%
B=14.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5657190.0200.670.7861.585014.9
Hex38391320434E3e32f
Octal70712320103116766217
Binary11100011100110011100100001110011101111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383913; }

 p { color: rgb(56,57,19); }

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

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

 a { background-color: rgb(56,57,19); }

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

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

 span { border-color: rgb(56,57,19); }

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