#007478

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

Shades of Surfie Green #007478

Tints of Surfie Green #007478

Color information

#007478 (or 0x007478) is unknown color: approx Surfie Green. HEX triplet: 00, 74 and 78. RGB value is (0,116,120). Sum of RGB (Red+Green+Blue) = 0+116+120=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 116 (45.70% from 255 or 49.15% from 236); Blue value is 120 (47.27% from 255 or 50.85% from 236); Max value from RGB is 120 - color contains mainly: blue. Hex color #007478 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007478 is #FF8B87. Grayscale: #515151. Windows color (decimal): -16747400 or 7894016. OLE color: 7894016.

HSL color Cylindrical-coordinate representation of color #007478: hue angle of 182º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007478 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB0116120-
CMYK10.0300.53
HSL182º100%23.53%-
HSV(B)182º100%47.06%-
XYZ9.6413.8519.93-
YUV81.77149.5769.67-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 116 (45.70% from 255) = 49.15%
BLUE value IS 120 (47.27% from 255) = 50.85%
R=0%
G=49.15%
B=50.85%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal011612010.0300.5318210023.53
Hex07478643035b66418
Octal0164170144306526614430
Binary011101001111000110010011011010110110110110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007478; }

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

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

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

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

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

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

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

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