#008274

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

Shades of Surfie Green #008274

Tints of Surfie Green #008274

Color information

#008274 (or 0x008274) is unknown color: approx Surfie Green. HEX triplet: 00, 82 and 74. RGB value is (0,130,116). Sum of RGB (Red+Green+Blue) = 0+130+116=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 116 (45.70% from 255 or 47.15% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #008274 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008274 is #FF7D8B. Grayscale: #595959. Windows color (decimal): -16743820 or 7635456. OLE color: 7635456.

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

Color convert

RGB0130116-
CMYK100.110.49
HSL173.54º100%25.49%-
HSV(B)173.54º100%50.98%-
XYZ11.1417.2319.26-
YUV89.53142.9364.14-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 130 (51.17% from 255) = 52.85%
BLUE value IS 116 (45.70% from 255) = 47.15%
R=0%
G=52.85%
B=47.15%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal0130116100.110.49173.5410025.49
Hex08274640B31ae6419
Octal02021641440136125614431
Binary010000010111010011001000101111000110101110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008274; }

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

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

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

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

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

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

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

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