#345017

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

Shades of Seaweed #345017

Tints of Seaweed #345017

Color information

#345017 (or 0x345017) is unknown color: approx Seaweed. HEX triplet: 34, 50 and 17. RGB value is (52,80,23). Sum of RGB (Red+Green+Blue) = 52+80+23=155 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.55% from 155); Green value is 80 (31.64% from 255 or 51.61% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 80 - color contains mainly: green. Hex color #345017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345017 is #CBAFE8. Grayscale: #414141. Windows color (decimal): -13348841 or 1527860. OLE color: 1527860.

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

Color convert

RGB528023-
CMYK0.3500.710.69
HSL89.47º55.34%20.2%-
HSV(B)89.47º71.25%31.37%-
XYZ4.446.531.84-
YUV65.13104.22118.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.55%
GREEN value IS 80 (31.64% from 255) = 51.61%
BLUE value IS 23 (9.38% from 255) = 14.84%
R=33.55%
G=51.61%
B=14.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5280230.3500.710.6989.4755.3420.2
Hex3450172304745593714
Octal64120274301071051316724
Binary110100101000010111100011010001111000101101100111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345017; }

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

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

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

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

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

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

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

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