#383B22

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

Shades of Green Kelp #383B22

Tints of Green Kelp #383B22

Color information

#383B22 (or 0x383B22) is unknown color: approx Green Kelp. HEX triplet: 38, 3B and 22. RGB value is (56,59,34). Sum of RGB (Red+Green+Blue) = 56+59+34=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 59 (23.44% from 255 or 39.60% from 149); Blue value is 34 (13.67% from 255 or 22.82% from 149); Max value from RGB is 59 - color contains mainly: green. Hex color #383B22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383B22 is #C7C4DD. Grayscale: #373737. Windows color (decimal): -13092062 or 2243384. OLE color: 2243384.

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

Color convert

RGB565934-
CMYK0.0500.420.77
HSL67.2º26.88%18.24%-
HSV(B)67.2º42.37%23.14%-
XYZ3.484.082.12-
YUV55.25116.01128.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.58%
GREEN value IS 59 (23.44% from 255) = 39.60%
BLUE value IS 34 (13.67% from 255) = 22.82%
R=37.58%
G=39.60%
B=22.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5659340.0500.420.7767.226.8818.24
Hex383B22502A4D431b12
Octal70734250521151033322
Binary1110001110111000101010101010100110110000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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