Html Css Color HEX #047076 Surfie Green

📋 copy color: '#047076'

red 4 ◦ green 112 ◦ blue 118

#047076
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Surfie Green #047076

Tints of Surfie Green #047076

RGB

 RED value IS 4 (1.95% from 255) = 1.71%

 GREEN value IS 112 (44.14% from 255) = 47.86%

 BLUE value IS 118 (46.48% from 255) = 50.43%

R = 1.71%
G = 47.86%
B = 50.43%

CMYK

 C value IS 0.97

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#047076 (or 0x047076) is known color: Surfie Green. HEX triplet: 04, 70 and 76. RGB value is (4,112,118). Sum of RGB (Red+Green+Blue) = 4+112+118=234 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.71% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #047076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047076 is #FB8F89. Grayscale: #505050. Windows color (decimal): -16486282 or 7761924. OLE color: 7761924.

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

Color convert

RGB 4 112 118 -
CMYK 0.97 0.05 0 0.54
HSL 183.16º 0.93% 0.24% -
HSV(B) 183.16º 0.97% 0.46% -
XYZ 9.11 12.92 19.15 -
YUV 80.39 149.22 73.51 -
System Red Green Blue C M Y K H S L
Decimal 4 112 118 0.97 0.05 0 0.54 183.16 0.93 0.24
Hex 4 70 76 61 5 0 36 B7 5D 18
Octal 4 160 166 141 5 0 66 267 135 30
Binary 100 1110000 1110110 1100001 101 0 110110 10110111 1011101 11000

Color Harmonies of #047076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047076

Black with #047076

Text Example


Text Example

White with #047076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047076; }

 p { color: rgb(4,112,118); }

 H1.HeaderClassName
 {
   color: #047076;
 }
 .AnyTagClassName
 {
   color: #047076;
 }
</style>

background-color css

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

 a { background-color: rgb(4,112,118); }

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

border-color css

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

 span { border-color: rgb(4,112,118); }

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