Html Css Color HEX #047575 Surfie Green

📋 copy color: '#047575'

red 4 ◦ green 117 ◦ blue 117

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

Shades of Surfie Green #047575

Tints of Surfie Green #047575

RGB

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

 GREEN value IS 117 (46.09% from 255) = 49.16%

 BLUE value IS 117 (46.09% from 255) = 49.16%

R = 1.68%
G = 49.16%
B = 49.16%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#047575 (or 0x047575) is known color: Surfie Green. HEX triplet: 04, 75 and 75. RGB value is (4,117,117). Sum of RGB (Red+Green+Blue) = 4+117+117=238 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.68% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #047575 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047575 is #FB8A8A. Grayscale: #535353. Windows color (decimal): -16485003 or 7697668. OLE color: 7697668.

HSL color Cylindrical-coordinate representation of color #047575: hue angle of 180º 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 #047575 is Cyan = 0.97, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 4 117 117 -
CMYK 0.97 0 0 0.54
HSL 180º 0.93% 0.24% -
HSV(B) 180º 0.97% 0.46% -
XYZ 9.62 14.03 19.03 -
YUV 83.21 147.06 71.5 -
System Red Green Blue C M Y K H S L
Decimal 4 117 117 0.97 0 0 0.54 180 0.93 0.24
Hex 4 75 75 61 0 0 36 B4 5D 18
Octal 4 165 165 141 0 0 66 264 135 30
Binary 100 1110101 1110101 1100001 0 0 110110 10110100 1011101 11000

Color Harmonies of #047575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047575

Black with #047575

Text Example


Text Example

White with #047575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047575; }

 p { color: rgb(4,117,117); }

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

background-color css

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

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

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

border-color css

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

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

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