Html Css Color HEX #015546 Cyprus

📋 copy color: '#015546'

red 1 ◦ green 85 ◦ blue 70

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

Shades of Cyprus #015546

Tints of Cyprus #015546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 44.87%

R = 0.64%
G = 54.49%
B = 44.87%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#015546 (or 0x015546) is known color: Cyprus. HEX triplet: 01, 55 and 46. RGB value is (1,85,70). Sum of RGB (Red+Green+Blue) = 1+85+70=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 85 (33.59% from 255 or 54.49% from 156); Blue value is 70 (27.73% from 255 or 44.87% from 156); Max value from RGB is 85 - color contains mainly: green. Hex color #015546 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015546 is #FEAAB9. Grayscale: #3A3A3A. Windows color (decimal): -16689850 or 4609281. OLE color: 4609281.

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

Color convert

RGB 1 85 70 -
CMYK 0.99 0 0.18 0.67
HSL 169.29º 0.98% 0.17% -
HSV(B) 169.29º 0.99% 0.33% -
XYZ 4.37 6.95 6.9 -
YUV 58.17 134.67 87.22 -
System Red Green Blue C M Y K H S L
Decimal 1 85 70 0.99 0 0.18 0.67 169.29 0.98 0.17
Hex 1 55 46 63 0 12 43 A9 62 11
Octal 1 125 106 143 0 22 103 251 142 21
Binary 1 1010101 1000110 1100011 0 10010 1000011 10101001 1100010 10001

Color Harmonies of #015546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015546

Black with #015546

Text Example


Text Example

White with #015546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015546; }

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

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

background-color css

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

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

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

border-color css

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

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

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