Html Css Color HEX #036F74 Surfie Green

📋 copy color: '#036F74'

red 3 ◦ green 111 ◦ blue 116

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

Shades of Surfie Green #036F74

Tints of Surfie Green #036F74

RGB

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

 GREEN value IS 111 (43.75% from 255) = 48.26%

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

R = 1.3%
G = 48.26%
B = 50.43%

CMYK

 C value IS 0.97

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#036F74 (or 0x036F74) is known color: Surfie Green. HEX triplet: 03, 6F and 74. RGB value is (3,111,116). Sum of RGB (Red+Green+Blue) = 3+111+116=230 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 230); Green value is 111 (43.75% from 255 or 48.26% from 230); Blue value is 116 (45.70% from 255 or 50.43% from 230); Max value from RGB is 116 - color contains mainly: blue. Hex color #036F74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036F74 is #FC908B. Grayscale: #4F4F4F. Windows color (decimal): -16552076 or 7630595. OLE color: 7630595.

HSL color Cylindrical-coordinate representation of color #036F74: hue angle of 182.65º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036F74 is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 111 116 -
CMYK 0.97 0.04 0 0.55
HSL 182.65º 0.95% 0.23% -
HSV(B) 182.65º 0.97% 0.45% -
XYZ 8.87 12.65 18.5 -
YUV 79.28 148.72 73.59 -
System Red Green Blue C M Y K H S L
Decimal 3 111 116 0.97 0.04 0 0.55 182.65 0.95 0.23
Hex 3 6F 74 61 4 0 37 B7 5F 17
Octal 3 157 164 141 4 0 67 267 137 27
Binary 11 1101111 1110100 1100001 100 0 110111 10110111 1011111 10111

Color Harmonies of #036F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036F74

Black with #036F74

Text Example


Text Example

White with #036F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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