#4C817F

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

Shades of Breaker Bay #4C817F

Tints of Breaker Bay #4C817F

Color information

#4C817F (or 0x4C817F) is unknown color: approx Breaker Bay. HEX triplet: 4C, 81 and 7F. RGB value is (76,129,127). Sum of RGB (Red+Green+Blue) = 76+129+127=332 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.89% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 129 - color contains mainly: green. Hex color #4C817F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C817F is #B37E80. Grayscale: #707070. Windows color (decimal): -11763329 or 8356172. OLE color: 8356172.

HSL color Cylindrical-coordinate representation of color #4C817F: hue angle of 177.74º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4C817F is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB76129127-
CMYK0.4100.020.49
HSL177.74º25.85%40.2%-
HSV(B)177.74º41.09%50.59%-
XYZ14.6618.7722.93-
YUV112.92135.94101.66-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.89%
GREEN value IS 129 (50.78% from 255) = 38.86%
BLUE value IS 127 (50% from 255) = 38.25%
R=22.89%
G=38.86%
B=38.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal761291270.4100.020.49177.7425.8540.2
Hex4C817F290231b21a28
Octal1142011775102612623250
Binary10011001000000111111111010010101100011011001011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C817F; }

 p { color: rgb(76,129,127); }

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

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

 a { background-color: rgb(76,129,127); }

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

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

 span { border-color: rgb(76,129,127); }

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