#44837B

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

Shades of Breaker Bay #44837B

Tints of Breaker Bay #44837B

Color information

#44837B (or 0x44837B) is unknown color: approx Breaker Bay. HEX triplet: 44, 83 and 7B. RGB value is (68,131,123). Sum of RGB (Red+Green+Blue) = 68+131+123=322 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.12% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 131 - color contains mainly: green. Hex color #44837B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44837B is #BB7C84. Grayscale: #6F6F6F. Windows color (decimal): -12287109 or 8094532. OLE color: 8094532.

HSL color Cylindrical-coordinate representation of color #44837B: hue angle of 172.38º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #44837B is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB68131123-
CMYK0.4800.060.49
HSL172.38º31.66%39.02%-
HSV(B)172.38º48.09%51.37%-
XYZ14.0818.8921.64-
YUV111.25134.6397.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.12%
GREEN value IS 131 (51.56% from 255) = 40.68%
BLUE value IS 123 (48.44% from 255) = 38.20%
R=21.12%
G=40.68%
B=38.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal681311230.4800.060.49172.3831.6639.02
Hex44837B300631ac2027
Octal1042031736006612544047
Binary1000100100000111111011110000011011000110101100100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44837B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,131,123); }

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

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

 a { background-color: rgb(68,131,123); }

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

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

 span { border-color: rgb(68,131,123); }

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