Html Css Color HEX #015341 Cyprus

📋 copy color: '#015341'

red 1 ◦ green 83 ◦ blue 65

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

Shades of Cyprus #015341

Tints of Cyprus #015341

RGB

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

 GREEN value IS 83 (32.81% from 255) = 55.7%

 BLUE value IS 65 (25.78% from 255) = 43.62%

R = 0.67%
G = 55.7%
B = 43.62%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#015341 (or 0x015341) is known color: Cyprus. HEX triplet: 01, 53 and 41. RGB value is (1,83,65). Sum of RGB (Red+Green+Blue) = 1+83+65=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 83 (32.81% from 255 or 55.70% from 149); Blue value is 65 (25.78% from 255 or 43.62% from 149); Max value from RGB is 83 - color contains mainly: green. Hex color #015341 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015341 is #FEACBE. Grayscale: #383838. Windows color (decimal): -16690367 or 4281089. OLE color: 4281089.

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

Color convert

RGB 1 83 65 -
CMYK 0.99 0 0.22 0.67
HSL 166.83º 0.98% 0.16% -
HSV(B) 166.83º 0.99% 0.33% -
XYZ 4.06 6.57 6.06 -
YUV 56.43 132.83 88.46 -
System Red Green Blue C M Y K H S L
Decimal 1 83 65 0.99 0 0.22 0.67 166.83 0.98 0.16
Hex 1 53 41 63 0 16 43 A7 62 10
Octal 1 123 101 143 0 26 103 247 142 20
Binary 1 1010011 1000001 1100011 0 10110 1000011 10100111 1100010 10000

Color Harmonies of #015341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015341

Black with #015341

Text Example


Text Example

White with #015341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015341; }

 p { color: rgb(1,83,65); }

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

background-color css

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

 a { background-color: rgb(1,83,65); }

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

border-color css

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

 span { border-color: rgb(1,83,65); }

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