Html Css Color HEX #018577 Surfie Green

📋 copy color: '#018577'

red 1 ◦ green 133 ◦ blue 119

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

Shades of Surfie Green #018577

Tints of Surfie Green #018577

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.57%

 BLUE value IS 119 (46.88% from 255) = 47.04%

R = 0.4%
G = 52.57%
B = 47.04%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#018577 (or 0x018577) is known color: Surfie Green. HEX triplet: 01, 85 and 77. RGB value is (1,133,119). Sum of RGB (Red+Green+Blue) = 1+133+119=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 119 (46.88% from 255 or 47.04% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #018577 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018577 is #FE7A88. Grayscale: #5B5B5B. Windows color (decimal): -16677513 or 7832833. OLE color: 7832833.

HSL color Cylindrical-coordinate representation of color #018577: hue angle of 173.64º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018577 is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 133 119 -
CMYK 0.99 0 0.11 0.48
HSL 173.64º 0.99% 0.26% -
HSV(B) 173.64º 0.99% 0.52% -
XYZ 11.73 18.11 20.33 -
YUV 91.94 143.27 63.14 -
System Red Green Blue C M Y K H S L
Decimal 1 133 119 0.99 0 0.11 0.48 173.64 0.99 0.26
Hex 1 85 77 63 0 B 30 AE 63 1A
Octal 1 205 167 143 0 13 60 256 143 32
Binary 1 10000101 1110111 1100011 0 1011 110000 10101110 1100011 11010

Color Harmonies of #018577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018577

Black with #018577

Text Example


Text Example

White with #018577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018577; }

 p { color: rgb(1,133,119); }

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

background-color css

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

 a { background-color: rgb(1,133,119); }

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

border-color css

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

 span { border-color: rgb(1,133,119); }

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