#478378

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

Shades of Breaker Bay #478378

Tints of Breaker Bay #478378

Color information

#478378 (or 0x478378) is unknown color: approx Breaker Bay. HEX triplet: 47, 83 and 78. RGB value is (71,131,120). Sum of RGB (Red+Green+Blue) = 71+131+120=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 120 (47.27% from 255 or 37.27% from 322); Max value from RGB is 131 - color contains mainly: green. Hex color #478378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478378 is #B87C87. Grayscale: #6F6F6F. Windows color (decimal): -12090504 or 7897927. OLE color: 7897927.

HSL color Cylindrical-coordinate representation of color #478378: hue angle of 169º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #478378 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB71131120-
CMYK0.4600.080.49
HSL169º29.7%39.61%-
HSV(B)169º45.8%51.37%-
XYZ14.118.9320.68-
YUV111.81132.6298.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.05%
GREEN value IS 131 (51.56% from 255) = 40.68%
BLUE value IS 120 (47.27% from 255) = 37.27%
R=22.05%
G=40.68%
B=37.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal711311200.4600.080.4916929.739.61
Hex4783782E0831a91e28
Octal10720317056010612513650
Binary1000111100000111111000101110010001100011010100111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478378; }

 p { color: rgb(71,131,120); }

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

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

 a { background-color: rgb(71,131,120); }

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

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

 span { border-color: rgb(71,131,120); }

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