#34725B

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

Shades of Stromboli #34725B

Tints of Stromboli #34725B

Color information

#34725B (or 0x34725B) is unknown color: approx Stromboli. HEX triplet: 34, 72 and 5B. RGB value is (52,114,91). Sum of RGB (Red+Green+Blue) = 52+114+91=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 114 (44.92% from 255 or 44.36% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 114 - color contains mainly: green. Hex color #34725B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34725B is #CB8DA4. Grayscale: #5C5C5C. Windows color (decimal): -13340069 or 5993012. OLE color: 5993012.

HSL color Cylindrical-coordinate representation of color #34725B: hue angle of 157.74º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #34725B is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB5211491-
CMYK0.5400.200.55
HSL157.74º37.35%32.55%-
HSV(B)157.74º54.39%44.71%-
XYZ9.3213.5212.02-
YUV92.84126.9698.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.23%
GREEN value IS 114 (44.92% from 255) = 44.36%
BLUE value IS 91 (35.94% from 255) = 35.41%
R=20.23%
G=44.36%
B=35.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52114910.5400.200.55157.7437.3532.55
Hex34725B36014379e2521
Octal6416213366024672364541
Binary1101001110010101101111011001010011011110011110100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,114,91); }

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

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

 a { background-color: rgb(52,114,91); }

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

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

 span { border-color: rgb(52,114,91); }

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