Html Css Color HEX #037875 Surfie Green

📋 copy color: '#037875'

red 3 ◦ green 120 ◦ blue 117

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

Shades of Surfie Green #037875

Tints of Surfie Green #037875

RGB

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

 GREEN value IS 120 (47.27% from 255) = 50%

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

R = 1.25%
G = 50%
B = 48.75%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#037875 (or 0x037875) is known color: Surfie Green. HEX triplet: 03, 78 and 75. RGB value is (3,120,117). Sum of RGB (Red+Green+Blue) = 3+120+117=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 120 (47.27% from 255 or 50% from 240); Blue value is 117 (46.09% from 255 or 48.75% from 240); Max value from RGB is 120 - color contains mainly: green. Hex color #037875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037875 is #FC878A. Grayscale: #545454. Windows color (decimal): -16549771 or 7698435. OLE color: 7698435.

HSL color Cylindrical-coordinate representation of color #037875: hue angle of 178.46º 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 #037875 is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 3 120 117 -
CMYK 0.98 0 0.02 0.53
HSL 178.46º 0.95% 0.24% -
HSV(B) 178.46º 0.98% 0.47% -
XYZ 9.96 14.74 19.15 -
YUV 84.68 146.24 69.74 -
System Red Green Blue C M Y K H S L
Decimal 3 120 117 0.98 0 0.02 0.53 178.46 0.95 0.24
Hex 3 78 75 62 0 2 35 B2 5F 18
Octal 3 170 165 142 0 2 65 262 137 30
Binary 11 1111000 1110101 1100010 0 10 110101 10110010 1011111 11000

Color Harmonies of #037875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037875

Black with #037875

Text Example


Text Example

White with #037875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037875; }

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

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

background-color css

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

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

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

border-color css

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

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

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