#383B1E

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

Shades of Turtle Green #383B1E

Tints of Turtle Green #383B1E

Color information

#383B1E (or 0x383B1E) is unknown color: approx Turtle Green. HEX triplet: 38, 3B and 1E. RGB value is (56,59,30). Sum of RGB (Red+Green+Blue) = 56+59+30=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 59 (23.44% from 255 or 40.69% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 59 - color contains mainly: green. Hex color #383B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383B1E is #C7C4E1. Grayscale: #363636. Windows color (decimal): -13092066 or 1981240. OLE color: 1981240.

HSL color Cylindrical-coordinate representation of color #383B1E: hue angle of 66.21º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #383B1E is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.77.

Color convert

RGB565930-
CMYK0.0500.490.77
HSL66.21º32.58%17.45%-
HSV(B)66.21º49.15%23.14%-
XYZ3.434.061.83-
YUV54.8114.01128.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.62%
GREEN value IS 59 (23.44% from 255) = 40.69%
BLUE value IS 30 (12.11% from 255) = 20.69%
R=38.62%
G=40.69%
B=20.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5659300.0500.490.7766.2132.5817.45
Hex383B1E50314D422111
Octal70733650611151024121
Binary1110001110111111010101100011001101100001010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,59,30); }

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

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

 a { background-color: rgb(56,59,30); }

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

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

 span { border-color: rgb(56,59,30); }

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