Html Css Color HEX #016535 Fun Green

📋 copy color: '#016535'

red 1 ◦ green 101 ◦ blue 53

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

Shades of Fun Green #016535

Tints of Fun Green #016535

RGB

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

 GREEN value IS 101 (39.84% from 255) = 65.16%

 BLUE value IS 53 (21.09% from 255) = 34.19%

R = 0.65%
G = 65.16%
B = 34.19%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.48

 K value IS 0.60

RGB Variations

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

Color information

#016535 (or 0x016535) is known color: Fun Green. HEX triplet: 01, 65 and 35. RGB value is (1,101,53). Sum of RGB (Red+Green+Blue) = 1+101+53=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 101 (39.84% from 255 or 65.16% from 155); Blue value is 53 (21.09% from 255 or 34.19% from 155); Max value from RGB is 101 - color contains mainly: green. Hex color #016535 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016535 is #FE9ACA. Grayscale: #414141. Windows color (decimal): -16685771 or 3499265. OLE color: 3499265.

HSL color Cylindrical-coordinate representation of color #016535: hue angle of 151.2º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016535 is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 101 53 -
CMYK 0.99 0 0.48 0.60
HSL 151.2º 0.98% 0.2% -
HSV(B) 151.2º 0.99% 0.4% -
XYZ 5.31 9.57 4.94 -
YUV 65.63 120.87 81.9 -
System Red Green Blue C M Y K H S L
Decimal 1 101 53 0.99 0 0.48 0.60 151.2 0.98 0.2
Hex 1 65 35 63 0 30 3C 97 62 14
Octal 1 145 65 143 0 60 74 227 142 24
Binary 1 1100101 110101 1100011 0 110000 111100 10010111 1100010 10100

Color Harmonies of #016535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016535

Black with #016535

Text Example


Text Example

White with #016535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016535; }

 p { color: rgb(1,101,53); }

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

background-color css

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

 a { background-color: rgb(1,101,53); }

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

border-color css

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

 span { border-color: rgb(1,101,53); }

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