Html Css Color HEX #154946 Cyprus

📋 copy color: '#154946'

red 21 ◦ green 73 ◦ blue 70

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

Shades of Cyprus #154946

Tints of Cyprus #154946

RGB

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

 GREEN value IS 73 (28.91% from 255) = 44.51%

 BLUE value IS 70 (27.73% from 255) = 42.68%

R = 12.8%
G = 44.51%
B = 42.68%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#154946 (or 0x154946) is known color: Cyprus. HEX triplet: 15, 49 and 46. RGB value is (21,73,70). Sum of RGB (Red+Green+Blue) = 21+73+70=164 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.80% from 164); Green value is 73 (28.91% from 255 or 44.51% from 164); Blue value is 70 (27.73% from 255 or 42.68% from 164); Max value from RGB is 73 - color contains mainly: green. Hex color #154946 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154946 is #EAB6B9. Grayscale: #393939. Windows color (decimal): -15382202 or 4606229. OLE color: 4606229.

HSL color Cylindrical-coordinate representation of color #154946: hue angle of 176.54º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #154946 is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.

Color convert

RGB 21 73 70 -
CMYK 0.71 0 0.04 0.71
HSL 176.54º 0.55% 0.18% -
HSV(B) 176.54º 0.71% 0.29% -
XYZ 3.8 5.37 6.63 -
YUV 57.11 135.27 102.24 -
System Red Green Blue C M Y K H S L
Decimal 21 73 70 0.71 0 0.04 0.71 176.54 0.55 0.18
Hex 15 49 46 47 0 4 47 B1 37 12
Octal 25 111 106 107 0 4 107 261 67 22
Binary 10101 1001001 1000110 1000111 0 100 1000111 10110001 110111 10010

Color Harmonies of #154946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154946

Black with #154946

Text Example


Text Example

White with #154946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154946; }

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

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

background-color css

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

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

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

border-color css

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

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

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