Html Css Color HEX #018474 Surfie Green

📋 copy color: '#018474'

red 1 ◦ green 132 ◦ blue 116

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

Shades of Surfie Green #018474

Tints of Surfie Green #018474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 46.59%

R = 0.4%
G = 53.01%
B = 46.59%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#018474 (or 0x018474) is known color: Surfie Green. HEX triplet: 01, 84 and 74. RGB value is (1,132,116). Sum of RGB (Red+Green+Blue) = 1+132+116=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 132 (51.95% from 255 or 53.01% from 249); Blue value is 116 (45.70% from 255 or 46.59% from 249); Max value from RGB is 132 - color contains mainly: green. Hex color #018474 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018474 is #FE7B8B. Grayscale: #5A5A5A. Windows color (decimal): -16677772 or 7635969. OLE color: 7635969.

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

Color convert

RGB 1 132 116 -
CMYK 0.99 0 0.12 0.48
HSL 172.67º 0.98% 0.26% -
HSV(B) 172.67º 0.99% 0.52% -
XYZ 11.42 17.77 19.35 -
YUV 91.01 142.1 63.8 -
System Red Green Blue C M Y K H S L
Decimal 1 132 116 0.99 0 0.12 0.48 172.67 0.98 0.26
Hex 1 84 74 63 0 C 30 AD 62 1A
Octal 1 204 164 143 0 14 60 255 142 32
Binary 1 10000100 1110100 1100011 0 1100 110000 10101101 1100010 11010

Color Harmonies of #018474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018474

Black with #018474

Text Example


Text Example

White with #018474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018474; }

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

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

background-color css

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

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

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

border-color css

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

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

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