#345312

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

Shades of Seaweed #345312

Tints of Seaweed #345312

Color information

#345312 (or 0x345312) is unknown color: approx Seaweed. HEX triplet: 34, 53 and 12. RGB value is (52,83,18). Sum of RGB (Red+Green+Blue) = 52+83+18=153 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.99% from 153); Green value is 83 (32.81% from 255 or 54.25% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 83 - color contains mainly: green. Hex color #345312 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345312 is #CBACED. Grayscale: #424242. Windows color (decimal): -13348078 or 1200948. OLE color: 1200948.

HSL color Cylindrical-coordinate representation of color #345312: hue angle of 88.62º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #345312 is Cyan = 0.37, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB528318-
CMYK0.3700.780.67
HSL88.62º64.36%19.8%-
HSV(B)88.62º78.31%32.55%-
XYZ4.626.961.67-
YUV66.32100.73117.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.99%
GREEN value IS 83 (32.81% from 255) = 54.25%
BLUE value IS 18 (7.42% from 255) = 11.76%
R=33.99%
G=54.25%
B=11.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5283180.3700.780.6788.6264.3619.8
Hex3453122504E43594014
Octal641232245011610313110024
Binary1101001010011100101001010100111010000111011001100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345312; }

 p { color: rgb(52,83,18); }

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

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

 a { background-color: rgb(52,83,18); }

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

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

 span { border-color: rgb(52,83,18); }

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