Html Css Color HEX #018376 Surfie Green

📋 copy color: '#018376'

red 1 ◦ green 131 ◦ blue 118

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

Shades of Surfie Green #018376

Tints of Surfie Green #018376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 47.2%

R = 0.4%
G = 52.4%
B = 47.2%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#018376 (or 0x018376) is known color: Surfie Green. HEX triplet: 01, 83 and 76. RGB value is (1,131,118). Sum of RGB (Red+Green+Blue) = 1+131+118=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 131 (51.56% from 255 or 52.4% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 131 - color contains mainly: green. Hex color #018376 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018376 is #FE7C89. Grayscale: #5A5A5A. Windows color (decimal): -16678026 or 7766785. OLE color: 7766785.

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

Color convert

RGB 1 131 118 -
CMYK 0.99 0 0.10 0.49
HSL 174º 0.98% 0.26% -
HSV(B) 174º 0.99% 0.51% -
XYZ 11.4 17.55 19.93 -
YUV 90.65 143.43 64.06 -
System Red Green Blue C M Y K H S L
Decimal 1 131 118 0.99 0 0.10 0.49 174 0.98 0.26
Hex 1 83 76 63 0 A 31 AE 62 1A
Octal 1 203 166 143 0 12 61 256 142 32
Binary 1 10000011 1110110 1100011 0 1010 110001 10101110 1100010 11010

Color Harmonies of #018376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018376

Black with #018376

Text Example


Text Example

White with #018376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018376; }

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

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

background-color css

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

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

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

border-color css

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

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

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