#383919

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

Shades of Turtle Green #383919

Tints of Turtle Green #383919

Color information

#383919 (or 0x383919) is unknown color: approx Turtle Green. HEX triplet: 38, 39 and 19. RGB value is (56,57,25). Sum of RGB (Red+Green+Blue) = 56+57+25=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 57 (22.66% from 255 or 41.30% from 138); Blue value is 25 (10.16% from 255 or 18.12% from 138); Max value from RGB is 57 - color contains mainly: green. Hex color #383919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383919 is #C7C6E6. Grayscale: #353535. Windows color (decimal): -13092583 or 1653048. OLE color: 1653048.

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

Color convert

RGB565725-
CMYK0.0200.560.78
HSL61.88º39.02%16.08%-
HSV(B)61.88º56.14%22.35%-
XYZ3.273.841.49-
YUV53.05112.17130.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.58%
GREEN value IS 57 (22.66% from 255) = 41.30%
BLUE value IS 25 (10.16% from 255) = 18.12%
R=40.58%
G=41.30%
B=18.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5657250.0200.560.7861.8839.0216.08
Hex38391920384E3e2710
Octal7071312070116764720
Binary11100011100111001100111000100111011111010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383919; }

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

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

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

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

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

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

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

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