Html Css Color HEX #017378 Surfie Green

📋 copy color: '#017378'

red 1 ◦ green 115 ◦ blue 120

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

Shades of Surfie Green #017378

Tints of Surfie Green #017378

RGB

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

 GREEN value IS 115 (45.31% from 255) = 48.73%

 BLUE value IS 120 (47.27% from 255) = 50.85%

R = 0.42%
G = 48.73%
B = 50.85%

CMYK

 C value IS 0.99

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#017378 (or 0x017378) is known color: Surfie Green. HEX triplet: 01, 73 and 78. RGB value is (1,115,120). Sum of RGB (Red+Green+Blue) = 1+115+120=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 115 (45.31% from 255 or 48.73% from 236); Blue value is 120 (47.27% from 255 or 50.85% from 236); Max value from RGB is 120 - color contains mainly: blue. Hex color #017378 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017378 is #FE8C87. Grayscale: #515151. Windows color (decimal): -16682120 or 7893761. OLE color: 7893761.

HSL color Cylindrical-coordinate representation of color #017378: hue angle of 182.52º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017378 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 115 120 -
CMYK 0.99 0.04 0 0.53
HSL 182.52º 0.98% 0.24% -
HSV(B) 182.52º 0.99% 0.47% -
XYZ 9.53 13.62 19.9 -
YUV 81.48 149.73 70.59 -
System Red Green Blue C M Y K H S L
Decimal 1 115 120 0.99 0.04 0 0.53 182.52 0.98 0.24
Hex 1 73 78 63 4 0 35 B7 62 18
Octal 1 163 170 143 4 0 65 267 142 30
Binary 1 1110011 1111000 1100011 100 0 110101 10110111 1100010 11000

Color Harmonies of #017378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017378

Black with #017378

Text Example


Text Example

White with #017378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017378; }

 p { color: rgb(1,115,120); }

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

background-color css

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

 a { background-color: rgb(1,115,120); }

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

border-color css

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

 span { border-color: rgb(1,115,120); }

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