Html Css Color HEX #036F7D Surfie Green

📋 copy color: '#036F7D'

red 3 ◦ green 111 ◦ blue 125

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

Shades of Surfie Green #036F7D

Tints of Surfie Green #036F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 52.3%

R = 1.26%
G = 46.44%
B = 52.3%

CMYK

 C value IS 0.98

 M value IS 0.11

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#036F7D (or 0x036F7D) is known color: Surfie Green. HEX triplet: 03, 6F and 7D. RGB value is (3,111,125). Sum of RGB (Red+Green+Blue) = 3+111+125=239 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 239); Green value is 111 (43.75% from 255 or 46.44% from 239); Blue value is 125 (49.22% from 255 or 52.30% from 239); Max value from RGB is 125 - color contains mainly: blue. Hex color #036F7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036F7D is #FC9082. Grayscale: #505050. Windows color (decimal): -16552067 or 8220419. OLE color: 8220419.

HSL color Cylindrical-coordinate representation of color #036F7D: hue angle of 186.89º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036F7D is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 3 111 125 -
CMYK 0.98 0.11 0 0.51
HSL 186.89º 0.95% 0.25% -
HSV(B) 186.89º 0.98% 0.49% -
XYZ 9.42 12.87 21.39 -
YUV 80.3 153.22 72.86 -
System Red Green Blue C M Y K H S L
Decimal 3 111 125 0.98 0.11 0 0.51 186.89 0.95 0.25
Hex 3 6F 7D 62 B 0 33 BB 5F 19
Octal 3 157 175 142 13 0 63 273 137 31
Binary 11 1101111 1111101 1100010 1011 0 110011 10111011 1011111 11001

Color Harmonies of #036F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036F7D

Black with #036F7D

Text Example


Text Example

White with #036F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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