#38551E

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

Shades of Seaweed #38551E

Tints of Seaweed #38551E

Color information

#38551E (or 0x38551E) is unknown color: approx Seaweed. HEX triplet: 38, 55 and 1E. RGB value is (56,85,30). Sum of RGB (Red+Green+Blue) = 56+85+30=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 85 (33.59% from 255 or 49.71% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 85 - color contains mainly: green. Hex color #38551E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38551E is #C7AAE1. Grayscale: #464646. Windows color (decimal): -13085410 or 1987896. OLE color: 1987896.

HSL color Cylindrical-coordinate representation of color #38551E: hue angle of 91.64º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38551E is Cyan = 0.34, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB568530-
CMYK0.3400.650.67
HSL91.64º47.83%22.55%-
HSV(B)91.64º64.71%33.33%-
XYZ5.117.432.39-
YUV70.06105.39117.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.75%
GREEN value IS 85 (33.59% from 255) = 49.71%
BLUE value IS 30 (12.11% from 255) = 17.54%
R=32.75%
G=49.71%
B=17.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5685300.3400.650.6791.6447.8322.55
Hex38551E22041435c3017
Octal70125364201011031346027
Binary111000101010111110100010010000011000011101110011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38551E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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