#383C27

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

Shades of Green Kelp #383C27

Tints of Green Kelp #383C27

Color information

#383C27 (or 0x383C27) is unknown color: approx Green Kelp. HEX triplet: 38, 3C and 27. RGB value is (56,60,39). Sum of RGB (Red+Green+Blue) = 56+60+39=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 60 (23.83% from 255 or 38.71% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 60 - color contains mainly: green. Hex color #383C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383C27 is #C7C3D8. Grayscale: #383838. Windows color (decimal): -13091801 or 2571320. OLE color: 2571320.

HSL color Cylindrical-coordinate representation of color #383C27: hue angle of 71.43º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #383C27 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.76.

Color convert

RGB566039-
CMYK0.0700.350.76
HSL71.43º21.21%19.41%-
HSV(B)71.43º35%23.53%-
XYZ3.614.222.54-
YUV56.41118.17127.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.13%
GREEN value IS 60 (23.83% from 255) = 38.71%
BLUE value IS 39 (15.62% from 255) = 25.16%
R=36.13%
G=38.71%
B=25.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5660390.0700.350.7671.4321.2119.41
Hex383C2770234C471513
Octal70744770431141072523
Binary1110001111001001111110100011100110010001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,60,39); }

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

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

 a { background-color: rgb(56,60,39); }

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

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

 span { border-color: rgb(56,60,39); }

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