#38501B

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

Shades of Seaweed #38501B

Tints of Seaweed #38501B

Color information

#38501B (or 0x38501B) is unknown color: approx Seaweed. HEX triplet: 38, 50 and 1B. RGB value is (56,80,27). Sum of RGB (Red+Green+Blue) = 56+80+27=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 80 (31.64% from 255 or 49.08% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 80 - color contains mainly: green. Hex color #38501B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38501B is #C7AFE4. Grayscale: #424242. Windows color (decimal): -13086693 or 1790008. OLE color: 1790008.

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

Color convert

RGB568027-
CMYK0.3000.660.69
HSL87.17º49.53%20.98%-
HSV(B)87.17º66.25%31.37%-
XYZ4.76.662.07-
YUV66.78105.55120.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.36%
GREEN value IS 80 (31.64% from 255) = 49.08%
BLUE value IS 27 (10.94% from 255) = 16.56%
R=34.36%
G=49.08%
B=16.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5680270.3000.660.6987.1749.5320.98
Hex38501B1E04245573215
Octal70120333601021051276225
Binary11100010100001101111110010000101000101101011111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38501B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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