Html Css Color HEX #018477 Surfie Green

📋 copy color: '#018477'

red 1 ◦ green 132 ◦ blue 119

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

Shades of Surfie Green #018477

Tints of Surfie Green #018477

RGB

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

 GREEN value IS 132 (51.95% from 255) = 52.38%

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

R = 0.4%
G = 52.38%
B = 47.22%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#018477 (or 0x018477) is known color: Surfie Green. HEX triplet: 01, 84 and 77. RGB value is (1,132,119). Sum of RGB (Red+Green+Blue) = 1+132+119=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 132 (51.95% from 255 or 52.38% from 252); Blue value is 119 (46.88% from 255 or 47.22% from 252); Max value from RGB is 132 - color contains mainly: green. Hex color #018477 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018477 is #FE7B88. Grayscale: #5B5B5B. Windows color (decimal): -16677769 or 7832577. OLE color: 7832577.

HSL color Cylindrical-coordinate representation of color #018477: hue angle of 174.05º degrees, saturation: 0.98, 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 #018477 is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 132 119 -
CMYK 0.99 0 0.10 0.48
HSL 174.05º 0.98% 0.26% -
HSV(B) 174.05º 0.99% 0.52% -
XYZ 11.59 17.84 20.29 -
YUV 91.35 143.6 63.56 -
System Red Green Blue C M Y K H S L
Decimal 1 132 119 0.99 0 0.10 0.48 174.05 0.98 0.26
Hex 1 84 77 63 0 A 30 AE 62 1A
Octal 1 204 167 143 0 12 60 256 142 32
Binary 1 10000100 1110111 1100011 0 1010 110000 10101110 1100010 11010

Color Harmonies of #018477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018477

Black with #018477

Text Example


Text Example

White with #018477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018477; }

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

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

background-color css

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

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

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

border-color css

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

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

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