#34402A

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

Shades of Seaweed #34402A

Tints of Seaweed #34402A

Color information

#34402A (or 0x34402A) is unknown color: approx Seaweed. HEX triplet: 34, 40 and 2A. RGB value is (52,64,42). Sum of RGB (Red+Green+Blue) = 52+64+42=158 (20% of max value = 765). Red value is 52 (20.70% from 255 or 32.91% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 64 - color contains mainly: green. Hex color #34402A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34402A is #CBBFD5. Grayscale: #393939. Windows color (decimal): -13352918 or 2768948. OLE color: 2768948.

HSL color Cylindrical-coordinate representation of color #34402A: hue angle of 92.73º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #34402A is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB526442-
CMYK0.1900.340.75
HSL92.73º20.75%20.78%-
HSV(B)92.73º34.38%25.1%-
XYZ3.674.562.88-
YUV57.9119.02123.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.91%
GREEN value IS 64 (25.39% from 255) = 40.51%
BLUE value IS 42 (16.80% from 255) = 26.58%
R=32.91%
G=40.51%
B=26.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5264420.1900.340.7592.7320.7520.78
Hex34402A130224B5d1515
Octal6410052230421131352525
Binary1101001000000101010100110100010100101110111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34402A; }

 p { color: rgb(52,64,42); }

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

<style>
 a { background-color: #34402A; }

 a { background-color: rgb(52,64,42); }

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

<style>
 span { border-color: #34402A; }

 span { border-color: rgb(52,64,42); }

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