#384925

Color #384925 Seaweed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seaweed #384925

Tints of Seaweed #384925

Color information

#384925 (or 0x384925) is unknown color: approx Seaweed. HEX triplet: 38, 49 and 25. RGB value is (56,73,37). Sum of RGB (Red+Green+Blue) = 56+73+37=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 73 (28.91% from 255 or 43.98% from 166); Blue value is 37 (14.84% from 255 or 22.29% from 166); Max value from RGB is 73 - color contains mainly: green. Hex color #384925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384925 is #C7B6DA. Grayscale: #3F3F3F. Windows color (decimal): -13088475 or 2443576. OLE color: 2443576.

HSL color Cylindrical-coordinate representation of color #384925: hue angle of 88.33º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #384925 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.71.

Color convert

RGB567337-
CMYK0.2300.490.71
HSL88.33º32.73%21.57%-
HSV(B)88.33º49.32%28.63%-
XYZ4.355.742.63-
YUV63.81112.87122.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.73%
GREEN value IS 73 (28.91% from 255) = 43.98%
BLUE value IS 37 (14.84% from 255) = 22.29%
R=33.73%
G=43.98%
B=22.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5673370.2300.490.7188.3332.7321.57
Hex3849251703147582116
Octal7011145270611071304126
Binary11100010010011001011011101100011000111101100010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384925; }

 p { color: rgb(56,73,37); }

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

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

 a { background-color: rgb(56,73,37); }

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

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

 span { border-color: rgb(56,73,37); }

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