#384127

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

Shades of Seaweed #384127

Tints of Seaweed #384127

Color information

#384127 (or 0x384127) is unknown color: approx Seaweed. HEX triplet: 38, 41 and 27. RGB value is (56,65,39). Sum of RGB (Red+Green+Blue) = 56+65+39=160 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35% from 160); Green value is 65 (25.78% from 255 or 40.62% from 160); Blue value is 39 (15.62% from 255 or 24.38% from 160); Max value from RGB is 65 - color contains mainly: green. Hex color #384127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384127 is #C7BED8. Grayscale: #3B3B3B. Windows color (decimal): -13090521 or 2572600. OLE color: 2572600.

HSL color Cylindrical-coordinate representation of color #384127: hue angle of 80.77º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #384127 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.

Color convert

RGB566539-
CMYK0.1400.400.75
HSL80.77º25%20.39%-
HSV(B)80.77º40%25.49%-
XYZ3.894.772.63-
YUV59.34116.52125.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35%
GREEN value IS 65 (25.78% from 255) = 40.62%
BLUE value IS 39 (15.62% from 255) = 24.38%
R=35%
G=40.62%
B=24.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5665390.1400.400.7580.772520.39
Hex384127E0284B511914
Octal7010147160501131213124
Binary111000100000110011111100101000100101110100011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384127; }

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

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

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

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

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

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

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

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