#383A18

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

Shades of Turtle Green #383A18

Tints of Turtle Green #383A18

Color information

#383A18 (or 0x383A18) is unknown color: approx Turtle Green. HEX triplet: 38, 3A and 18. RGB value is (56,58,24). Sum of RGB (Red+Green+Blue) = 56+58+24=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 58 (23.05% from 255 or 42.03% from 138); Blue value is 24 (9.77% from 255 or 17.39% from 138); Max value from RGB is 58 - color contains mainly: green. Hex color #383A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383A18 is #C7C5E7. Grayscale: #353535. Windows color (decimal): -13092328 or 1587768. OLE color: 1587768.

HSL color Cylindrical-coordinate representation of color #383A18: hue angle of 63.53º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #383A18 is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.77.

Color convert

RGB565824-
CMYK0.0300.590.77
HSL63.53º41.46%16.08%-
HSV(B)63.53º58.62%22.75%-
XYZ3.313.931.45-
YUV53.53111.34129.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.58%
GREEN value IS 58 (23.05% from 255) = 42.03%
BLUE value IS 24 (9.77% from 255) = 17.39%
R=40.58%
G=42.03%
B=17.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5658240.0300.590.7763.5341.4616.08
Hex383A18303B4D402910
Octal70723030731151005120
Binary111000111010110001101110111001101100000010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383A18; }

 p { color: rgb(56,58,24); }

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

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

 a { background-color: rgb(56,58,24); }

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

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

 span { border-color: rgb(56,58,24); }

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