#383916

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

Shades of Turtle Green #383916

Tints of Turtle Green #383916

Color information

#383916 (or 0x383916) is unknown color: approx Turtle Green. HEX triplet: 38, 39 and 16. RGB value is (56,57,22). Sum of RGB (Red+Green+Blue) = 56+57+22=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 57 (22.66% from 255 or 42.22% from 135); Blue value is 22 (8.98% from 255 or 16.30% from 135); Max value from RGB is 57 - color contains mainly: green. Hex color #383916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383916 is #C7C6E9. Grayscale: #343434. Windows color (decimal): -13092586 or 1456440. OLE color: 1456440.

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

Color convert

RGB565722-
CMYK0.0200.610.78
HSL61.71º44.3%15.49%-
HSV(B)61.71º61.4%22.35%-
XYZ3.243.821.33-
YUV52.71110.67130.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.48%
GREEN value IS 57 (22.66% from 255) = 42.22%
BLUE value IS 22 (8.98% from 255) = 16.30%
R=41.48%
G=42.22%
B=16.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5657220.0200.610.7861.7144.315.49
Hex383916203D4E3e2cf
Octal7071262075116765417
Binary1110001110011011010011110110011101111101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383916; }

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

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

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

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

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

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

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

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