#41817A

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

Shades of Breaker Bay #41817A

Tints of Breaker Bay #41817A

Color information

#41817A (or 0x41817A) is unknown color: approx Breaker Bay. HEX triplet: 41, 81 and 7A. RGB value is (65,129,122). Sum of RGB (Red+Green+Blue) = 65+129+122=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 129 - color contains mainly: green. Hex color #41817A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41817A is #BE7E85. Grayscale: #6D6D6D. Windows color (decimal): -12484230 or 8028481. OLE color: 8028481.

HSL color Cylindrical-coordinate representation of color #41817A: hue angle of 173.44º 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 #41817A is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB65129122-
CMYK0.5000.050.49
HSL173.44º32.99%38.04%-
HSV(B)173.44º49.61%50.59%-
XYZ13.5418.2321.22-
YUV109.07135.396.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.57%
GREEN value IS 129 (50.78% from 255) = 40.82%
BLUE value IS 122 (48.05% from 255) = 38.61%
R=20.57%
G=40.82%
B=38.61%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal651291220.5000.050.49173.4432.9938.04
Hex41817A320531ad2126
Octal1012011726205612554146
Binary1000001100000011111010110010010111000110101101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41817A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41817A; }

 p { color: rgb(65,129,122); }

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

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

 a { background-color: rgb(65,129,122); }

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

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

 span { border-color: rgb(65,129,122); }

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