#38551C

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

Shades of Seaweed #38551C

Tints of Seaweed #38551C

Color information

#38551C (or 0x38551C) is unknown color: approx Seaweed. HEX triplet: 38, 55 and 1C. RGB value is (56,85,28). Sum of RGB (Red+Green+Blue) = 56+85+28=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 85 (33.59% from 255 or 50.30% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 85 - color contains mainly: green. Hex color #38551C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38551C is #C7AAE3. Grayscale: #464646. Windows color (decimal): -13085412 or 1856824. OLE color: 1856824.

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

Color convert

RGB568528-
CMYK0.3400.670.67
HSL90.53º50.44%22.16%-
HSV(B)90.53º67.06%33.33%-
XYZ5.097.422.26-
YUV69.83104.39118.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.14%
GREEN value IS 85 (33.59% from 255) = 50.30%
BLUE value IS 28 (11.33% from 255) = 16.57%
R=33.14%
G=50.30%
B=16.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5685280.3400.670.6790.5350.4422.16
Hex38551C22043435b3216
Octal70125344201031031336226
Binary111000101010111100100010010000111000011101101111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38551C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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