#34B592

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

Shades of Niagara #34B592

Tints of Niagara #34B592

Color information

#34B592 (or 0x34B592) is unknown color: approx Niagara. HEX triplet: 34, B5 and 92. RGB value is (52,181,146). Sum of RGB (Red+Green+Blue) = 52+181+146=379 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.72% from 379); Green value is 181 (71.09% from 255 or 47.76% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 181 - color contains mainly: green. Hex color #34B592 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34B592 is #CB4A6D. Grayscale: #8A8A8A. Windows color (decimal): -13322862 or 9614644. OLE color: 9614644.

HSL color Cylindrical-coordinate representation of color #34B592: hue angle of 163.72º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34B592 is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB52181146-
CMYK0.7100.190.29
HSL163.72º55.36%45.69%-
HSV(B)163.72º71.27%70.98%-
XYZ23.1335.8532.9-
YUV138.44132.2666.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.72%
GREEN value IS 181 (71.09% from 255) = 47.76%
BLUE value IS 146 (57.42% from 255) = 38.52%
R=13.72%
G=47.76%
B=38.52%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal521811460.7100.190.29163.7255.3645.69
Hex34B592470131Da4372e
Octal64265222107023352446756
Binary110100101101011001001010001110100111110110100100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34B592; }

 p { color: rgb(52,181,146); }

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

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

 a { background-color: rgb(52,181,146); }

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

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

 span { border-color: rgb(52,181,146); }

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