Html Css Color HEX #015540 Cyprus

📋 copy color: '#015540'

red 1 ◦ green 85 ◦ blue 64

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

Shades of Cyprus #015540

Tints of Cyprus #015540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 42.67%

R = 0.67%
G = 56.67%
B = 42.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#015540 (or 0x015540) is known color: Cyprus. HEX triplet: 01, 55 and 40. RGB value is (1,85,64). Sum of RGB (Red+Green+Blue) = 1+85+64=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 85 (33.59% from 255 or 56.67% from 150); Blue value is 64 (25.39% from 255 or 42.67% from 150); Max value from RGB is 85 - color contains mainly: green. Hex color #015540 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015540 is #FEAABF. Grayscale: #393939. Windows color (decimal): -16689856 or 4216065. OLE color: 4216065.

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

Color convert

RGB 1 85 64 -
CMYK 0.99 0 0.25 0.67
HSL 165º 0.98% 0.17% -
HSV(B) 165º 0.99% 0.33% -
XYZ 4.19 6.87 5.96 -
YUV 57.49 131.67 87.71 -
System Red Green Blue C M Y K H S L
Decimal 1 85 64 0.99 0 0.25 0.67 165 0.98 0.17
Hex 1 55 40 63 0 19 43 A5 62 11
Octal 1 125 100 143 0 31 103 245 142 21
Binary 1 1010101 1000000 1100011 0 11001 1000011 10100101 1100010 10001

Color Harmonies of #015540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015540

Black with #015540

Text Example


Text Example

White with #015540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015540; }

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

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

background-color css

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

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

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

border-color css

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

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

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