Html Css Color HEX #015342 Cyprus

📋 copy color: '#015342'

red 1 ◦ green 83 ◦ blue 66

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

Shades of Cyprus #015342

Tints of Cyprus #015342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 44%

R = 0.67%
G = 55.33%
B = 44%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#015342 (or 0x015342) is known color: Cyprus. HEX triplet: 01, 53 and 42. RGB value is (1,83,66). Sum of RGB (Red+Green+Blue) = 1+83+66=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 83 (32.81% from 255 or 55.33% from 150); Blue value is 66 (26.17% from 255 or 44% from 150); Max value from RGB is 83 - color contains mainly: green. Hex color #015342 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015342 is #FEACBD. Grayscale: #383838. Windows color (decimal): -16690366 or 4346625. OLE color: 4346625.

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

Color convert

RGB 1 83 66 -
CMYK 0.99 0 0.20 0.67
HSL 167.56º 0.98% 0.16% -
HSV(B) 167.56º 0.99% 0.33% -
XYZ 4.09 6.59 6.21 -
YUV 56.54 133.33 88.38 -
System Red Green Blue C M Y K H S L
Decimal 1 83 66 0.99 0 0.20 0.67 167.56 0.98 0.16
Hex 1 53 42 63 0 14 43 A8 62 10
Octal 1 123 102 143 0 24 103 250 142 20
Binary 1 1010011 1000010 1100011 0 10100 1000011 10101000 1100010 10000

Color Harmonies of #015342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015342

Black with #015342

Text Example


Text Example

White with #015342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015342; }

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

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

background-color css

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

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

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

border-color css

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

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

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