#34481B

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

Shades of Seaweed #34481B

Tints of Seaweed #34481B

Color information

#34481B (or 0x34481B) is unknown color: approx Seaweed. HEX triplet: 34, 48 and 1B. RGB value is (52,72,27). Sum of RGB (Red+Green+Blue) = 52+72+27=151 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.44% from 151); Green value is 72 (28.52% from 255 or 47.68% from 151); Blue value is 27 (10.94% from 255 or 17.88% from 151); Max value from RGB is 72 - color contains mainly: green. Hex color #34481B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34481B is #CBB7E4. Grayscale: #3D3D3D. Windows color (decimal): -13350885 or 1787956. OLE color: 1787956.

HSL color Cylindrical-coordinate representation of color #34481B: hue angle of 86.67º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #34481B is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB527227-
CMYK0.2800.620.72
HSL86.67º45.45%19.41%-
HSV(B)86.67º62.5%28.24%-
XYZ3.935.441.88-
YUV60.89108.87121.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.44%
GREEN value IS 72 (28.52% from 255) = 47.68%
BLUE value IS 27 (10.94% from 255) = 17.88%
R=34.44%
G=47.68%
B=17.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5272270.2800.620.7286.6745.4519.41
Hex34481B1C03E48572d13
Octal6411033340761101275523
Binary1101001001000110111110001111101001000101011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34481B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,72,27); }

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

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

 a { background-color: rgb(52,72,27); }

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

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

 span { border-color: rgb(52,72,27); }

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