#345019

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

Shades of Seaweed #345019

Tints of Seaweed #345019

Color information

#345019 (or 0x345019) is unknown color: approx Seaweed. HEX triplet: 34, 50 and 19. RGB value is (52,80,25). Sum of RGB (Red+Green+Blue) = 52+80+25=157 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.12% from 157); Green value is 80 (31.64% from 255 or 50.96% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 80 - color contains mainly: green. Hex color #345019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345019 is #CBAFE6. Grayscale: #414141. Windows color (decimal): -13348839 or 1658932. OLE color: 1658932.

HSL color Cylindrical-coordinate representation of color #345019: hue angle of 90.55º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #345019 is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.69.

Color convert

RGB528025-
CMYK0.3500.690.69
HSL90.55º52.38%20.59%-
HSV(B)90.55º68.75%31.37%-
XYZ4.466.541.95-
YUV65.36105.22118.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.12%
GREEN value IS 80 (31.64% from 255) = 50.96%
BLUE value IS 25 (10.16% from 255) = 15.92%
R=33.12%
G=50.96%
B=15.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5280250.3500.690.6990.5552.3820.59
Hex34501923045455b3415
Octal64120314301051051336425
Binary110100101000011001100011010001011000101101101111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345019; }

 p { color: rgb(52,80,25); }

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

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

 a { background-color: rgb(52,80,25); }

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

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

 span { border-color: rgb(52,80,25); }

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