Html Css Color HEX #155047 Cyprus

📋 copy color: '#155047'

red 21 ◦ green 80 ◦ blue 71

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

Shades of Cyprus #155047

Tints of Cyprus #155047

RGB

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

 GREEN value IS 80 (31.64% from 255) = 46.51%

 BLUE value IS 71 (28.13% from 255) = 41.28%

R = 12.21%
G = 46.51%
B = 41.28%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#155047 (or 0x155047) is known color: Cyprus. HEX triplet: 15, 50 and 47. RGB value is (21,80,71). Sum of RGB (Red+Green+Blue) = 21+80+71=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 71 (28.12% from 255 or 41.28% from 172); Max value from RGB is 80 - color contains mainly: green. Hex color #155047 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155047 is #EAAFB8. Grayscale: #3D3D3D. Windows color (decimal): -15380409 or 4673557. OLE color: 4673557.

HSL color Cylindrical-coordinate representation of color #155047: hue angle of 170.85º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #155047 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB 21 80 71 -
CMYK 0.74 0 0.11 0.69
HSL 170.85º 0.58% 0.2% -
HSV(B) 170.85º 0.74% 0.31% -
XYZ 4.32 6.35 6.96 -
YUV 61.33 133.45 99.23 -
System Red Green Blue C M Y K H S L
Decimal 21 80 71 0.74 0 0.11 0.69 170.85 0.58 0.2
Hex 15 50 47 4A 0 B 45 AB 3A 14
Octal 25 120 107 112 0 13 105 253 72 24
Binary 10101 1010000 1000111 1001010 0 1011 1000101 10101011 111010 10100

Color Harmonies of #155047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155047

Black with #155047

Text Example


Text Example

White with #155047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155047; }

 p { color: rgb(21,80,71); }

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

background-color css

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

 a { background-color: rgb(21,80,71); }

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

border-color css

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

 span { border-color: rgb(21,80,71); }

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