Html Css Color HEX #016035 Fun Green

📋 copy color: '#016035'

red 1 ◦ green 96 ◦ blue 53

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

Shades of Fun Green #016035

Tints of Fun Green #016035

RGB

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

 GREEN value IS 96 (37.89% from 255) = 64%

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

R = 0.67%
G = 64%
B = 35.33%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#016035 (or 0x016035) is known color: Fun Green. HEX triplet: 01, 60 and 35. RGB value is (1,96,53). Sum of RGB (Red+Green+Blue) = 1+96+53=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 96 (37.89% from 255 or 64% from 150); Blue value is 53 (21.09% from 255 or 35.33% from 150); Max value from RGB is 96 - color contains mainly: green. Hex color #016035 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016035 is #FE9FCA. Grayscale: #3E3E3E. Windows color (decimal): -16687051 or 3497985. OLE color: 3497985.

HSL color Cylindrical-coordinate representation of color #016035: hue angle of 152.84º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016035 is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 96 53 -
CMYK 0.99 0 0.45 0.62
HSL 152.84º 0.98% 0.19% -
HSV(B) 152.84º 0.99% 0.38% -
XYZ 4.84 8.63 4.78 -
YUV 62.69 122.53 84 -
System Red Green Blue C M Y K H S L
Decimal 1 96 53 0.99 0 0.45 0.62 152.84 0.98 0.19
Hex 1 60 35 63 0 2D 3E 99 62 13
Octal 1 140 65 143 0 55 76 231 142 23
Binary 1 1100000 110101 1100011 0 101101 111110 10011001 1100010 10011

Color Harmonies of #016035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016035

Black with #016035

Text Example


Text Example

White with #016035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016035; }

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

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

background-color css

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

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

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

border-color css

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

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

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