#384226

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

Shades of Seaweed #384226

Tints of Seaweed #384226

Color information

#384226 (or 0x384226) is unknown color: approx Seaweed. HEX triplet: 38, 42 and 26. RGB value is (56,66,38). Sum of RGB (Red+Green+Blue) = 56+66+38=160 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35% from 160); Green value is 66 (26.17% from 255 or 41.25% from 160); Blue value is 38 (15.23% from 255 or 23.75% from 160); Max value from RGB is 66 - color contains mainly: green. Hex color #384226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384226 is #C7BDD9. Grayscale: #3B3B3B. Windows color (decimal): -13090266 or 2507320. OLE color: 2507320.

HSL color Cylindrical-coordinate representation of color #384226: hue angle of 81.43º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #384226 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.74.

Color convert

RGB566638-
CMYK0.1500.420.74
HSL81.43º26.92%20.39%-
HSV(B)81.43º42.42%25.88%-
XYZ3.934.882.57-
YUV59.82115.69125.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35%
GREEN value IS 66 (26.17% from 255) = 41.25%
BLUE value IS 38 (15.23% from 255) = 23.75%
R=35%
G=41.25%
B=23.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5666380.1500.420.7481.4326.9220.39
Hex384226F02A4A511b14
Octal7010246170521121213324
Binary111000100001010011011110101010100101010100011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384226; }

 p { color: rgb(56,66,38); }

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

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

 a { background-color: rgb(56,66,38); }

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

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

 span { border-color: rgb(56,66,38); }

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