Html Css Color HEX #01747C Surfie Green

📋 copy color: '#01747C'

red 1 ◦ green 116 ◦ blue 124

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

Shades of Surfie Green #01747C

Tints of Surfie Green #01747C

RGB

 RED value IS 1 (0.78% from 255) = 0.41%

 GREEN value IS 116 (45.7% from 255) = 48.13%

 BLUE value IS 124 (48.83% from 255) = 51.45%

R = 0.41%
G = 48.13%
B = 51.45%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01747C (or 0x01747C) is known color: Surfie Green. HEX triplet: 01, 74 and 7C. RGB value is (1,116,124). Sum of RGB (Red+Green+Blue) = 1+116+124=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 116 (45.70% from 255 or 48.13% from 241); Blue value is 124 (48.83% from 255 or 51.45% from 241); Max value from RGB is 124 - color contains mainly: blue. Hex color #01747C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01747C is #FE8B83. Grayscale: #525252. Windows color (decimal): -16681860 or 8156161. OLE color: 8156161.

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

Color convert

RGB 1 116 124 -
CMYK 0.99 0.06 0 0.51
HSL 183.9º 0.98% 0.25% -
HSV(B) 183.9º 0.99% 0.49% -
XYZ 9.9 13.95 21.24 -
YUV 82.53 151.4 69.85 -
System Red Green Blue C M Y K H S L
Decimal 1 116 124 0.99 0.06 0 0.51 183.9 0.98 0.25
Hex 1 74 7C 63 6 0 33 B8 62 19
Octal 1 164 174 143 6 0 63 270 142 31
Binary 1 1110100 1111100 1100011 110 0 110011 10111000 1100010 11001

Color Harmonies of #01747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01747C

Black with #01747C

Text Example


Text Example

White with #01747C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01747C; }

 p { color: rgb(1,116,124); }

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

background-color css

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

 a { background-color: rgb(1,116,124); }

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

border-color css

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

 span { border-color: rgb(1,116,124); }

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