Html Css Color HEX #018378 Surfie Green

📋 copy color: '#018378'

red 1 ◦ green 131 ◦ blue 120

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

Shades of Surfie Green #018378

Tints of Surfie Green #018378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 47.62%

R = 0.4%
G = 51.98%
B = 47.62%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#018378 (or 0x018378) is known color: Surfie Green. HEX triplet: 01, 83 and 78. RGB value is (1,131,120). Sum of RGB (Red+Green+Blue) = 1+131+120=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 131 (51.56% from 255 or 51.98% from 252); Blue value is 120 (47.27% from 255 or 47.62% from 252); Max value from RGB is 131 - color contains mainly: green. Hex color #018378 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018378 is #FE7C87. Grayscale: #5A5A5A. Windows color (decimal): -16678024 or 7897857. OLE color: 7897857.

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

Color convert

RGB 1 131 120 -
CMYK 0.99 0 0.08 0.49
HSL 174.92º 0.98% 0.26% -
HSV(B) 174.92º 0.99% 0.51% -
XYZ 11.52 17.6 20.56 -
YUV 90.88 144.43 63.89 -
System Red Green Blue C M Y K H S L
Decimal 1 131 120 0.99 0 0.08 0.49 174.92 0.98 0.26
Hex 1 83 78 63 0 8 31 AF 62 1A
Octal 1 203 170 143 0 10 61 257 142 32
Binary 1 10000011 1111000 1100011 0 1000 110001 10101111 1100010 11010

Color Harmonies of #018378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018378

Black with #018378

Text Example


Text Example

White with #018378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018378; }

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

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

background-color css

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

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

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

border-color css

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

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

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