#719292

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

Shades of Juniper #719292

Tints of Juniper #719292

Color information

#719292 (or 0x719292) is unknown color: approx Juniper. HEX triplet: 71, 92 and 92. RGB value is (113,146,146). Sum of RGB (Red+Green+Blue) = 113+146+146=405 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.90% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 146 - color contains mainly: green, blue. Hex color #719292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719292 is #8E6D6D. Grayscale: #888888. Windows color (decimal): -9334126 or 9605745. OLE color: 9605745.

HSL color Cylindrical-coordinate representation of color #719292: hue angle of 180º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #719292 is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB113146146-
CMYK0.23000.43
HSL180º13.15%50.78%-
HSV(B)180º22.6%57.25%-
XYZ22.2826.1431.07-
YUV136.13133.57111.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.90%
GREEN value IS 146 (57.42% from 255) = 36.05%
BLUE value IS 146 (57.42% from 255) = 36.05%
R=27.90%
G=36.05%
B=36.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1131461460.23000.4318013.1550.78
Hex71929217002Bb4d33
Octal1612222222700532641563
Binary111000110010010100100101011100101011101101001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719292; }

 p { color: rgb(113,146,146); }

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

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

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

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

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

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

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