Html Css Color HEX #037F74 Surfie Green

📋 copy color: '#037F74'

red 3 ◦ green 127 ◦ blue 116

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

Shades of Surfie Green #037F74

Tints of Surfie Green #037F74

RGB

 RED value IS 3 (1.56% from 255) = 1.22%

 GREEN value IS 127 (50% from 255) = 51.63%

 BLUE value IS 116 (45.7% from 255) = 47.15%

R = 1.22%
G = 51.63%
B = 47.15%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#037F74 (or 0x037F74) is known color: Surfie Green. HEX triplet: 03, 7F and 74. RGB value is (3,127,116). Sum of RGB (Red+Green+Blue) = 3+127+116=246 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 246); Green value is 127 (50% from 255 or 51.63% from 246); Blue value is 116 (45.70% from 255 or 47.15% from 246); Max value from RGB is 127 - color contains mainly: green. Hex color #037F74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037F74 is #FC808B. Grayscale: #585858. Windows color (decimal): -16547980 or 7634691. OLE color: 7634691.

HSL color Cylindrical-coordinate representation of color #037F74: hue angle of 174.68º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037F74 is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 3 127 116 -
CMYK 0.98 0 0.09 0.50
HSL 174.68º 0.95% 0.25% -
HSV(B) 174.68º 0.98% 0.5% -
XYZ 10.78 16.46 19.13 -
YUV 88.67 143.42 66.89 -
System Red Green Blue C M Y K H S L
Decimal 3 127 116 0.98 0 0.09 0.50 174.68 0.95 0.25
Hex 3 7F 74 62 0 9 32 AF 5F 19
Octal 3 177 164 142 0 11 62 257 137 31
Binary 11 1111111 1110100 1100010 0 1001 110010 10101111 1011111 11001

Color Harmonies of #037F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037F74

Black with #037F74

Text Example


Text Example

White with #037F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037F74; }

 p { color: rgb(3,127,116); }

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

background-color css

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

 a { background-color: rgb(3,127,116); }

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

border-color css

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

 span { border-color: rgb(3,127,116); }

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