#38481E

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

Shades of Seaweed #38481E

Tints of Seaweed #38481E

Color information

#38481E (or 0x38481E) is unknown color: approx Seaweed. HEX triplet: 38, 48 and 1E. RGB value is (56,72,30). Sum of RGB (Red+Green+Blue) = 56+72+30=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 72 - color contains mainly: green. Hex color #38481E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38481E is #C7B7E1. Grayscale: #3E3E3E. Windows color (decimal): -13088738 or 1984568. OLE color: 1984568.

HSL color Cylindrical-coordinate representation of color #38481E: hue angle of 82.86º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38481E is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB567230-
CMYK0.2200.580.72
HSL82.86º41.18%20%-
HSV(B)82.86º58.33%28.24%-
XYZ4.185.572.08-
YUV62.43109.7123.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.44%
GREEN value IS 72 (28.52% from 255) = 45.57%
BLUE value IS 30 (12.11% from 255) = 18.99%
R=35.44%
G=45.57%
B=18.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5672300.2200.580.7282.8641.1820
Hex38481E1603A48532914
Octal7011036260721101235124
Binary1110001001000111101011001110101001000101001110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38481E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38481E; }

 p { color: rgb(56,72,30); }

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

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

 a { background-color: rgb(56,72,30); }

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

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

 span { border-color: rgb(56,72,30); }

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