#008478

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

Shades of Surfie Green #008478

Tints of Surfie Green #008478

Color information

#008478 (or 0x008478) is unknown color: approx Surfie Green. HEX triplet: 00, 84 and 78. RGB value is (0,132,120). Sum of RGB (Red+Green+Blue) = 0+132+120=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 132 (51.95% from 255 or 52.38% from 252); Blue value is 120 (47.27% from 255 or 47.62% from 252); Max value from RGB is 132 - color contains mainly: green. Hex color #008478 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008478 is #FF7B87. Grayscale: #5B5B5B. Windows color (decimal): -16743304 or 7898112. OLE color: 7898112.

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

Color convert

RGB0132120-
CMYK100.090.48
HSL174.55º100%25.88%-
HSV(B)174.55º100%51.76%-
XYZ11.6417.8620.6-
YUV91.16144.2762.98-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 132 (51.95% from 255) = 52.38%
BLUE value IS 120 (47.27% from 255) = 47.62%
R=0%
G=52.38%
B=47.62%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal0132120100.090.48174.5510025.88
Hex08478640930af641a
Octal02041701440116025714432
Binary010000100111100011001000100111000010101111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008478; }

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

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

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

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

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

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

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

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