#38501A

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

Shades of Seaweed #38501A

Tints of Seaweed #38501A

Color information

#38501A (or 0x38501A) is unknown color: approx Seaweed. HEX triplet: 38, 50 and 1A. RGB value is (56,80,26). Sum of RGB (Red+Green+Blue) = 56+80+26=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 80 (31.64% from 255 or 49.38% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 80 - color contains mainly: green. Hex color #38501A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38501A is #C7AFE5. Grayscale: #424242. Windows color (decimal): -13086694 or 1724472. OLE color: 1724472.

HSL color Cylindrical-coordinate representation of color #38501A: hue angle of 86.67º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38501A is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB568026-
CMYK0.3000.670.69
HSL86.67º50.94%20.78%-
HSV(B)86.67º67.5%31.37%-
XYZ4.696.652.01-
YUV66.67105.05120.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.57%
GREEN value IS 80 (31.64% from 255) = 49.38%
BLUE value IS 26 (10.55% from 255) = 16.05%
R=34.57%
G=49.38%
B=16.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5680260.3000.670.6986.6750.9420.78
Hex38501A1E04345573315
Octal70120323601031051276325
Binary11100010100001101011110010000111000101101011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38501A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38501A; }

 p { color: rgb(56,80,26); }

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

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

 a { background-color: rgb(56,80,26); }

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

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

 span { border-color: rgb(56,80,26); }

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