#383B2C

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

Shades of Green Kelp #383B2C

Tints of Green Kelp #383B2C

Color information

#383B2C (or 0x383B2C) is unknown color: approx Green Kelp. HEX triplet: 38, 3B and 2C. RGB value is (56,59,44). Sum of RGB (Red+Green+Blue) = 56+59+44=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 59 (23.44% from 255 or 37.11% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 59 - color contains mainly: green. Hex color #383B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383B2C is #C7C4D3. Grayscale: #383838. Windows color (decimal): -13092052 or 2898744. OLE color: 2898744.

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

Color convert

RGB565944-
CMYK0.0500.250.77
HSL72º14.56%20.2%-
HSV(B)72º25.42%23.14%-
XYZ3.654.152.99-
YUV56.39121.01127.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.22%
GREEN value IS 59 (23.44% from 255) = 37.11%
BLUE value IS 44 (17.58% from 255) = 27.67%
R=35.22%
G=37.11%
B=27.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5659440.0500.250.777214.5620.2
Hex383B2C50194D48f14
Octal70735450311151101724
Binary11100011101110110010101100110011011001000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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