#38551B

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

Shades of Seaweed #38551B

Tints of Seaweed #38551B

Color information

#38551B (or 0x38551B) is unknown color: approx Seaweed. HEX triplet: 38, 55 and 1B. RGB value is (56,85,27). Sum of RGB (Red+Green+Blue) = 56+85+27=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 85 (33.59% from 255 or 50.60% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 85 - color contains mainly: green. Hex color #38551B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38551B is #C7AAE4. Grayscale: #454545. Windows color (decimal): -13085413 or 1791288. OLE color: 1791288.

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

Color convert

RGB568527-
CMYK0.3400.680.67
HSL90º51.79%21.96%-
HSV(B)90º68.24%33.33%-
XYZ5.087.422.2-
YUV69.72103.89118.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.33%
GREEN value IS 85 (33.59% from 255) = 50.60%
BLUE value IS 27 (10.94% from 255) = 16.07%
R=33.33%
G=50.60%
B=16.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5685270.3400.680.679051.7921.96
Hex38551B22044435a3416
Octal70125334201041031326426
Binary111000101010111011100010010001001000011101101011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38551B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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