Html Css Color HEX #016635 Fun Green

📋 copy color: '#016635'

red 1 ◦ green 102 ◦ blue 53

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

Shades of Fun Green #016635

Tints of Fun Green #016635

RGB

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

 GREEN value IS 102 (40.23% from 255) = 65.38%

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

R = 0.64%
G = 65.38%
B = 33.97%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.48

 K value IS 0.6

RGB Variations

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

Color information

#016635 (or 0x016635) is known color: Fun Green. HEX triplet: 01, 66 and 35. RGB value is (1,102,53). Sum of RGB (Red+Green+Blue) = 1+102+53=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 102 (40.23% from 255 or 65.38% from 156); Blue value is 53 (21.09% from 255 or 33.97% from 156); Max value from RGB is 102 - color contains mainly: green. Hex color #016635 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016635 is #FE99CA. Grayscale: #424242. Windows color (decimal): -16685515 or 3499521. OLE color: 3499521.

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

Color convert

RGB 1 102 53 -
CMYK 0.99 0 0.48 0.6
HSL 150.89º 0.98% 0.2% -
HSV(B) 150.89º 0.99% 0.4% -
XYZ 5.41 9.77 4.97 -
YUV 66.22 120.54 81.48 -
System Red Green Blue C M Y K H S L
Decimal 1 102 53 0.99 0 0.48 0.6 150.89 0.98 0.2
Hex 1 66 35 63 0 30 3C 97 62 14
Octal 1 146 65 143 0 60 74 227 142 24
Binary 1 1100110 110101 1100011 0 110000 111100 10010111 1100010 10100

Color Harmonies of #016635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016635

Black with #016635

Text Example


Text Example

White with #016635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016635; }

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

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

background-color css

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

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

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

border-color css

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

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

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