#38531C

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

Shades of Seaweed #38531C

Tints of Seaweed #38531C

Color information

#38531C (or 0x38531C) is unknown color: approx Seaweed. HEX triplet: 38, 53 and 1C. RGB value is (56,83,28). Sum of RGB (Red+Green+Blue) = 56+83+28=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #38531C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38531C is #C7ACE3. Grayscale: #444444. Windows color (decimal): -13085924 or 1856312. OLE color: 1856312.

HSL color Cylindrical-coordinate representation of color #38531C: hue angle of 89.45º degrees, saturation: 0.5, 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 #38531C is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB568328-
CMYK0.3300.660.67
HSL89.45º49.55%21.76%-
HSV(B)89.45º66.27%32.55%-
XYZ4.937.112.21-
YUV68.66105.05118.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.53%
GREEN value IS 83 (32.81% from 255) = 49.70%
BLUE value IS 28 (11.33% from 255) = 16.77%
R=33.53%
G=49.70%
B=16.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5683280.3300.660.6789.4549.5521.76
Hex38531C2104243593216
Octal70123344101021031316226
Binary111000101001111100100001010000101000011101100111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38531C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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