Html Css Color HEX #037975 Surfie Green

📋 copy color: '#037975'

red 3 ◦ green 121 ◦ blue 117

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

Shades of Surfie Green #037975

Tints of Surfie Green #037975

RGB

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

 GREEN value IS 121 (47.66% from 255) = 50.21%

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

R = 1.24%
G = 50.21%
B = 48.55%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#037975 (or 0x037975) is known color: Surfie Green. HEX triplet: 03, 79 and 75. RGB value is (3,121,117). Sum of RGB (Red+Green+Blue) = 3+121+117=241 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 241); Green value is 121 (47.66% from 255 or 50.21% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 121 - color contains mainly: green. Hex color #037975 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037975 is #FC868A. Grayscale: #555555. Windows color (decimal): -16549515 or 7698691. OLE color: 7698691.

HSL color Cylindrical-coordinate representation of color #037975: hue angle of 177.97º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037975 is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 3 121 117 -
CMYK 0.98 0 0.03 0.53
HSL 177.97º 0.95% 0.24% -
HSV(B) 177.97º 0.98% 0.47% -
XYZ 10.09 14.98 19.19 -
YUV 85.26 145.91 69.33 -
System Red Green Blue C M Y K H S L
Decimal 3 121 117 0.98 0 0.03 0.53 177.97 0.95 0.24
Hex 3 79 75 62 0 3 35 B2 5F 18
Octal 3 171 165 142 0 3 65 262 137 30
Binary 11 1111001 1110101 1100010 0 11 110101 10110010 1011111 11000

Color Harmonies of #037975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037975

Black with #037975

Text Example


Text Example

White with #037975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037975; }

 p { color: rgb(3,121,117); }

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

background-color css

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

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

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

border-color css

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

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

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