#047274

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

Shades of Surfie Green #047274

Tints of Surfie Green #047274

Color information

#047274 (or 0x047274) is unknown color: approx Surfie Green. HEX triplet: 04, 72 and 74. RGB value is (4,114,116). Sum of RGB (Red+Green+Blue) = 4+114+116=234 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.71% from 234); Green value is 114 (44.92% from 255 or 48.72% from 234); Blue value is 116 (45.70% from 255 or 49.57% from 234); Max value from RGB is 116 - color contains mainly: blue. Hex color #047274 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047274 is #FB8D8B. Grayscale: #515151. Windows color (decimal): -16485772 or 7631364. OLE color: 7631364.

HSL color Cylindrical-coordinate representation of color #047274: hue angle of 181.07º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047274 is Cyan = 0.97, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4114116-
CMYK0.970.0200.55
HSL181.07º93.33%23.53%-
HSV(B)181.07º96.55%45.49%-
XYZ9.2213.3218.61-
YUV81.34147.5672.84-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.71%
GREEN value IS 114 (44.92% from 255) = 48.72%
BLUE value IS 116 (45.70% from 255) = 49.57%
R=1.71%
G=48.72%
B=49.57%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41141160.970.0200.55181.0793.3323.53
Hex47274612037b55d18
Octal4162164141206726513530
Binary10011100101110100110000110011011110110101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047274; }

 p { color: rgb(4,114,116); }

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

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

 a { background-color: rgb(4,114,116); }

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

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

 span { border-color: rgb(4,114,116); }

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