Html Css Color HEX #018375 Surfie Green

📋 copy color: '#018375'

red 1 ◦ green 131 ◦ blue 117

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

Shades of Surfie Green #018375

Tints of Surfie Green #018375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 46.99%

R = 0.4%
G = 52.61%
B = 46.99%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#018375 (or 0x018375) is known color: Surfie Green. HEX triplet: 01, 83 and 75. RGB value is (1,131,117). Sum of RGB (Red+Green+Blue) = 1+131+117=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 131 (51.56% from 255 or 52.61% from 249); Blue value is 117 (46.09% from 255 or 46.99% from 249); Max value from RGB is 131 - color contains mainly: green. Hex color #018375 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018375 is #FE7C8A. Grayscale: #5A5A5A. Windows color (decimal): -16678027 or 7701249. OLE color: 7701249.

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

Color convert

RGB 1 131 117 -
CMYK 0.99 0 0.11 0.49
HSL 173.54º 0.98% 0.26% -
HSV(B) 173.54º 0.99% 0.51% -
XYZ 11.34 17.52 19.61 -
YUV 90.53 142.93 64.14 -
System Red Green Blue C M Y K H S L
Decimal 1 131 117 0.99 0 0.11 0.49 173.54 0.98 0.26
Hex 1 83 75 63 0 B 31 AE 62 1A
Octal 1 203 165 143 0 13 61 256 142 32
Binary 1 10000011 1110101 1100011 0 1011 110001 10101110 1100010 11010

Color Harmonies of #018375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018375

Black with #018375

Text Example


Text Example

White with #018375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018375; }

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

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

background-color css

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

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

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

border-color css

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

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

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