#38511A

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

Shades of Seaweed #38511A

Tints of Seaweed #38511A

Color information

#38511A (or 0x38511A) is unknown color: approx Seaweed. HEX triplet: 38, 51 and 1A. RGB value is (56,81,26). Sum of RGB (Red+Green+Blue) = 56+81+26=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 81 (32.03% from 255 or 49.69% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 81 - color contains mainly: green. Hex color #38511A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38511A is #C7AEE5. Grayscale: #434343. Windows color (decimal): -13086438 or 1724728. OLE color: 1724728.

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

Color convert

RGB568126-
CMYK0.3100.680.68
HSL87.27º51.4%20.98%-
HSV(B)87.27º67.9%31.76%-
XYZ4.766.82.04-
YUV67.26104.72119.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.36%
GREEN value IS 81 (32.03% from 255) = 49.69%
BLUE value IS 26 (10.55% from 255) = 15.95%
R=34.36%
G=49.69%
B=15.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5681260.3100.680.6887.2751.420.98
Hex38511A1F04444573315
Octal70121323701041041276325
Binary11100010100011101011111010001001000100101011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38511A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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