Html Css Color HEX #155349 Cyprus

📋 copy color: '#155349'

red 21 ◦ green 83 ◦ blue 73

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

Shades of Cyprus #155349

Tints of Cyprus #155349

RGB

 RED value IS 21 (8.59% from 255) = 11.86%

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

 BLUE value IS 73 (28.91% from 255) = 41.24%

R = 11.86%
G = 46.89%
B = 41.24%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#155349 (or 0x155349) is known color: Cyprus. HEX triplet: 15, 53 and 49. RGB value is (21,83,73). Sum of RGB (Red+Green+Blue) = 21+83+73=177 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.86% from 177); Green value is 83 (32.81% from 255 or 46.89% from 177); Blue value is 73 (28.91% from 255 or 41.24% from 177); Max value from RGB is 83 - color contains mainly: green. Hex color #155349 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155349 is #EAACB6. Grayscale: #3F3F3F. Windows color (decimal): -15379639 or 4805397. OLE color: 4805397.

HSL color Cylindrical-coordinate representation of color #155349: hue angle of 170.32º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #155349 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 83 73 -
CMYK 0.75 0 0.12 0.67
HSL 170.32º 0.6% 0.2% -
HSV(B) 170.32º 0.75% 0.33% -
XYZ 4.61 6.83 7.38 -
YUV 63.32 133.46 97.81 -
System Red Green Blue C M Y K H S L
Decimal 21 83 73 0.75 0 0.12 0.67 170.32 0.6 0.2
Hex 15 53 49 4B 0 C 43 AA 3C 14
Octal 25 123 111 113 0 14 103 252 74 24
Binary 10101 1010011 1001001 1001011 0 1100 1000011 10101010 111100 10100

Color Harmonies of #155349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155349

Black with #155349

Text Example


Text Example

White with #155349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155349; }

 p { color: rgb(21,83,73); }

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

background-color css

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

 a { background-color: rgb(21,83,73); }

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

border-color css

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

 span { border-color: rgb(21,83,73); }

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