#418279

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

Shades of Breaker Bay #418279

Tints of Breaker Bay #418279

Color information

#418279 (or 0x418279) is unknown color: approx Breaker Bay. HEX triplet: 41, 82 and 79. RGB value is (65,130,121). Sum of RGB (Red+Green+Blue) = 65+130+121=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 130 - color contains mainly: green. Hex color #418279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418279 is #BE7D86. Grayscale: #6D6D6D. Windows color (decimal): -12483975 or 7963201. OLE color: 7963201.

HSL color Cylindrical-coordinate representation of color #418279: hue angle of 171.69º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #418279 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB65130121-
CMYK0.5000.070.49
HSL171.69º33.33%38.24%-
HSV(B)171.69º50%50.98%-
XYZ13.6118.4720.94-
YUV109.54134.4796.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.57%
GREEN value IS 130 (51.17% from 255) = 41.14%
BLUE value IS 121 (47.66% from 255) = 38.29%
R=20.57%
G=41.14%
B=38.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal651301210.5000.070.49171.6933.3338.24
Hex418279320731ac2126
Octal1012021716207612544146
Binary1000001100000101111001110010011111000110101100100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418279; }

 p { color: rgb(65,130,121); }

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

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

 a { background-color: rgb(65,130,121); }

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

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

 span { border-color: rgb(65,130,121); }

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