Html Css Color HEX #015505 Green

📋 copy color: '#015505'

red 1 ◦ green 85 ◦ blue 5

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

Shades of Green #015505

Tints of Green #015505

RGB

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

 GREEN value IS 85 (33.59% from 255) = 93.41%

 BLUE value IS 5 (2.34% from 255) = 5.49%

R = 1.1%
G = 93.41%
B = 5.49%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#015505 (or 0x015505) is known color: Green. HEX triplet: 01, 55 and 05. RGB value is (1,85,5). Sum of RGB (Red+Green+Blue) = 1+85+5=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 85 (33.59% from 255 or 93.41% from 91); Blue value is 5 (2.34% from 255 or 5.49% from 91); Max value from RGB is 85 - color contains mainly: green. Hex color #015505 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015505 is #FEAAFA. Grayscale: #323232. Windows color (decimal): -16689915 or 349441. OLE color: 349441.

HSL color Cylindrical-coordinate representation of color #015505: hue angle of 122.86º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015505 is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 85 5 -
CMYK 0.99 0 0.94 0.67
HSL 122.86º 0.98% 0.17% -
HSV(B) 122.86º 0.99% 0.33% -
XYZ 3.29 6.51 1.23 -
YUV 50.76 102.17 92.5 -
System Red Green Blue C M Y K H S L
Decimal 1 85 5 0.99 0 0.94 0.67 122.86 0.98 0.17
Hex 1 55 5 63 0 5E 43 7B 62 11
Octal 1 125 5 143 0 136 103 173 142 21
Binary 1 1010101 101 1100011 0 1011110 1000011 1111011 1100010 10001

Color Harmonies of #015505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015505

Black with #015505

Text Example


Text Example

White with #015505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015505; }

 p { color: rgb(1,85,5); }

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

background-color css

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

 a { background-color: rgb(1,85,5); }

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

border-color css

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

 span { border-color: rgb(1,85,5); }

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