Html Css Color HEX #018379 Surfie Green

📋 copy color: '#018379'

red 1 ◦ green 131 ◦ blue 121

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

Shades of Surfie Green #018379

Tints of Surfie Green #018379

RGB

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

 GREEN value IS 131 (51.56% from 255) = 51.78%

 BLUE value IS 121 (47.66% from 255) = 47.83%

R = 0.4%
G = 51.78%
B = 47.83%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#018379 (or 0x018379) is known color: Surfie Green. HEX triplet: 01, 83 and 79. RGB value is (1,131,121). Sum of RGB (Red+Green+Blue) = 1+131+121=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 131 (51.56% from 255 or 51.78% from 253); Blue value is 121 (47.66% from 255 or 47.83% from 253); Max value from RGB is 131 - color contains mainly: green. Hex color #018379 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018379 is #FE7C86. Grayscale: #5A5A5A. Windows color (decimal): -16678023 or 7963393. OLE color: 7963393.

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

Color convert

RGB 1 131 121 -
CMYK 0.99 0 0.08 0.49
HSL 175.38º 0.98% 0.26% -
HSV(B) 175.38º 0.99% 0.51% -
XYZ 11.58 17.62 20.88 -
YUV 90.99 144.93 63.81 -
System Red Green Blue C M Y K H S L
Decimal 1 131 121 0.99 0 0.08 0.49 175.38 0.98 0.26
Hex 1 83 79 63 0 8 31 AF 62 1A
Octal 1 203 171 143 0 10 61 257 142 32
Binary 1 10000011 1111001 1100011 0 1000 110001 10101111 1100010 11010

Color Harmonies of #018379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018379

Black with #018379

Text Example


Text Example

White with #018379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018379; }

 p { color: rgb(1,131,121); }

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

background-color css

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

 a { background-color: rgb(1,131,121); }

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

border-color css

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

 span { border-color: rgb(1,131,121); }

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