#008578

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

Shades of Surfie Green #008578

Tints of Surfie Green #008578

Color information

#008578 (or 0x008578) is unknown color: approx Surfie Green. HEX triplet: 00, 85 and 78. RGB value is (0,133,120). Sum of RGB (Red+Green+Blue) = 0+133+120=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 120 (47.27% from 255 or 47.43% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #008578 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008578 is #FF7A87. Grayscale: #5B5B5B. Windows color (decimal): -16743048 or 7898368. OLE color: 7898368.

HSL color Cylindrical-coordinate representation of color #008578: hue angle of 174.14º 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 #008578 is Cyan = 1, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB0133120-
CMYK100.100.48
HSL174.14º100%26.08%-
HSV(B)174.14º100%52.16%-
XYZ11.7818.1320.65-
YUV91.75143.9462.56-

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.57%
BLUE value IS 120 (47.27% from 255) = 47.43%
R=0%
G=52.57%
B=47.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal0133120100.100.48174.1410026.08
Hex08578640A30ae641a
Octal02051701440126025614432
Binary010000101111100011001000101011000010101110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008578; }

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

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

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

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

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

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

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

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