#38551D

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

Shades of Seaweed #38551D

Tints of Seaweed #38551D

Color information

#38551D (or 0x38551D) is unknown color: approx Seaweed. HEX triplet: 38, 55 and 1D. RGB value is (56,85,29). Sum of RGB (Red+Green+Blue) = 56+85+29=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 85 (33.59% from 255 or 50% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 85 - color contains mainly: green. Hex color #38551D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38551D is #C7AAE2. Grayscale: #464646. Windows color (decimal): -13085411 or 1922360. OLE color: 1922360.

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

Color convert

RGB568529-
CMYK0.3400.660.67
HSL91.07º49.12%22.35%-
HSV(B)91.07º65.88%33.33%-
XYZ5.17.432.33-
YUV69.94104.89118.05-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.94%
GREEN value IS 85 (33.59% from 255) = 50%
BLUE value IS 29 (11.72% from 255) = 17.06%
R=32.94%
G=50%
B=17.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5685290.3400.660.6791.0749.1222.35
Hex38551D22042435b3116
Octal70125354201021031336126
Binary111000101010111101100010010000101000011101101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38551D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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