#008577

Color #008577 Surfie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surfie Green #008577

Tints of Surfie Green #008577

Color information

#008577 (or 0x008577) is unknown color: approx Surfie Green. HEX triplet: 00, 85 and 77. RGB value is (0,133,119). Sum of RGB (Red+Green+Blue) = 0+133+119=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 133 (52.34% from 255 or 52.78% from 252); Blue value is 119 (46.88% from 255 or 47.22% from 252); Max value from RGB is 133 - color contains mainly: green. Hex color #008577 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008577 is #FF7A88. Grayscale: #5B5B5B. Windows color (decimal): -16743049 or 7832832. OLE color: 7832832.

HSL color Cylindrical-coordinate representation of color #008577: hue angle of 173.68º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008577 is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB0133119-
CMYK100.110.48
HSL173.68º100%26.08%-
HSV(B)173.68º100%52.16%-
XYZ11.7218.1120.33-
YUV91.64143.4462.64-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 133 (52.34% from 255) = 52.78%
BLUE value IS 119 (46.88% from 255) = 47.22%
R=0%
G=52.78%
B=47.22%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal0133119100.110.48173.6810026.08
Hex08577640B30ae641a
Octal02051671440136025614432
Binary010000101111011111001000101111000010101110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008577; }

 p { color: rgb(0,133,119); }

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

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

 a { background-color: rgb(0,133,119); }

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

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

 span { border-color: rgb(0,133,119); }

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