#383910

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

Shades of Turtle Green #383910

Tints of Turtle Green #383910

Color information

#383910 (or 0x383910) is unknown color: approx Turtle Green. HEX triplet: 38, 39 and 10. RGB value is (56,57,16). Sum of RGB (Red+Green+Blue) = 56+57+16=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 57 (22.66% from 255 or 44.19% from 129); Blue value is 16 (6.64% from 255 or 12.40% from 129); Max value from RGB is 57 - color contains mainly: green. Hex color #383910 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383910 is #C7C6EF. Grayscale: #343434. Windows color (decimal): -13092592 or 1063224. OLE color: 1063224.

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

Color convert

RGB565716-
CMYK0.0200.720.78
HSL61.46º56.16%14.31%-
HSV(B)61.46º71.93%22.35%-
XYZ3.193.81.06-
YUV52.03107.67130.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.41%
GREEN value IS 57 (22.66% from 255) = 44.19%
BLUE value IS 16 (6.64% from 255) = 12.40%
R=43.41%
G=44.19%
B=12.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5657160.0200.720.7861.4656.1614.31
Hex38391020484E3d38e
Octal70712020110116757016
Binary11100011100110000100100100010011101111011110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383910; }

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

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

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

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

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

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

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

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