#383B20

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

Shades of Turtle Green #383B20

Tints of Turtle Green #383B20

Color information

#383B20 (or 0x383B20) is unknown color: approx Turtle Green. HEX triplet: 38, 3B and 20. RGB value is (56,59,32). Sum of RGB (Red+Green+Blue) = 56+59+32=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 59 (23.44% from 255 or 40.14% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 59 - color contains mainly: green. Hex color #383B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383B20 is #C7C4DF. Grayscale: #373737. Windows color (decimal): -13092064 or 2112312. OLE color: 2112312.

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

Color convert

RGB565932-
CMYK0.0500.460.77
HSL66.67º29.67%17.84%-
HSV(B)66.67º45.76%23.14%-
XYZ3.464.071.97-
YUV55.02115.01128.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.10%
GREEN value IS 59 (23.44% from 255) = 40.14%
BLUE value IS 32 (12.89% from 255) = 21.77%
R=38.10%
G=40.14%
B=21.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5659320.0500.460.7766.6729.6717.84
Hex383B20502E4D431e12
Octal70734050561151033622
Binary1110001110111000001010101110100110110000111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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