Html Css Color HEX #037575 Surfie Green

📋 copy color: '#037575'

red 3 ◦ green 117 ◦ blue 117

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

Shades of Surfie Green #037575

Tints of Surfie Green #037575

RGB

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

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

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

R = 1.27%
G = 49.37%
B = 49.37%

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

#037575 (or 0x037575) is known color: Surfie Green. HEX triplet: 03, 75 and 75. RGB value is (3,117,117). Sum of RGB (Red+Green+Blue) = 3+117+117=237 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 237); Green value is 117 (46.09% from 255 or 49.37% from 237); Blue value is 117 (46.09% from 255 or 49.37% from 237); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #037575 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037575 is #FC8A8A. Grayscale: #525252. Windows color (decimal): -16550539 or 7697667. OLE color: 7697667.

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

Color convert

RGB 3 117 117 -
CMYK 0.97 0 0 0.54
HSL 180º 0.95% 0.24% -
HSV(B) 180º 0.97% 0.46% -
XYZ 9.61 14.03 19.03 -
YUV 82.91 147.23 71 -
System Red Green Blue C M Y K H S L
Decimal 3 117 117 0.97 0 0 0.54 180 0.95 0.24
Hex 3 75 75 61 0 0 36 B4 5F 18
Octal 3 165 165 141 0 0 66 264 137 30
Binary 11 1110101 1110101 1100001 0 0 110110 10110100 1011111 11000

Color Harmonies of #037575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037575

Black with #037575

Text Example


Text Example

White with #037575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037575; }

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

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

background-color css

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

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

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

border-color css

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

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

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