#383C24

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

Shades of Green Kelp #383C24

Tints of Green Kelp #383C24

Color information

#383C24 (or 0x383C24) is unknown color: approx Green Kelp. HEX triplet: 38, 3C and 24. RGB value is (56,60,36). Sum of RGB (Red+Green+Blue) = 56+60+36=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 60 (23.83% from 255 or 39.47% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 60 - color contains mainly: green. Hex color #383C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383C24 is #C7C3DB. Grayscale: #383838. Windows color (decimal): -13091804 or 2374712. OLE color: 2374712.

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

Color convert

RGB566036-
CMYK0.0700.400.76
HSL70º25%18.82%-
HSV(B)70º40%23.53%-
XYZ3.574.22.29-
YUV56.07116.67127.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.84%
GREEN value IS 60 (23.83% from 255) = 39.47%
BLUE value IS 36 (14.45% from 255) = 23.68%
R=36.84%
G=39.47%
B=23.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5660360.0700.400.76702518.82
Hex383C2470284C461913
Octal70744470501141063123
Binary1110001111001001001110101000100110010001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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