#008379

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

Shades of Surfie Green #008379

Tints of Surfie Green #008379

Color information

#008379 (or 0x008379) is unknown color: approx Surfie Green. HEX triplet: 00, 83 and 79. RGB value is (0,131,121). Sum of RGB (Red+Green+Blue) = 0+131+121=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 131 (51.56% from 255 or 51.98% from 252); Blue value is 121 (47.66% from 255 or 48.02% from 252); Max value from RGB is 131 - color contains mainly: green. Hex color #008379 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008379 is #FF7C86. Grayscale: #5A5A5A. Windows color (decimal): -16743559 or 7963392. OLE color: 7963392.

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

Color convert

RGB0131121-
CMYK100.080.49
HSL175.42º100%25.69%-
HSV(B)175.42º100%51.37%-
XYZ11.5717.6120.88-
YUV90.69145.163.31-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 131 (51.56% from 255) = 51.98%
BLUE value IS 121 (47.66% from 255) = 48.02%
R=0%
G=51.98%
B=48.02%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal0131121100.080.49175.4210025.69
Hex08379640831af641a
Octal02031711440106125714432
Binary010000011111100111001000100011000110101111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008379; }

 p { color: rgb(0,131,121); }

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

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

 a { background-color: rgb(0,131,121); }

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

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

 span { border-color: rgb(0,131,121); }

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