Html Css Color HEX #154845 Cyprus

📋 copy color: '#154845'

red 21 ◦ green 72 ◦ blue 69

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

Shades of Cyprus #154845

Tints of Cyprus #154845

RGB

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

 GREEN value IS 72 (28.52% from 255) = 44.44%

 BLUE value IS 69 (27.34% from 255) = 42.59%

R = 12.96%
G = 44.44%
B = 42.59%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#154845 (or 0x154845) is known color: Cyprus. HEX triplet: 15, 48 and 45. RGB value is (21,72,69). Sum of RGB (Red+Green+Blue) = 21+72+69=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 69 (27.34% from 255 or 42.59% from 162); Max value from RGB is 72 - color contains mainly: green. Hex color #154845 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154845 is #EAB7BA. Grayscale: #383838. Windows color (decimal): -15382459 or 4540437. OLE color: 4540437.

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

Color convert

RGB 21 72 69 -
CMYK 0.71 0 0.04 0.72
HSL 176.47º 0.55% 0.18% -
HSV(B) 176.47º 0.71% 0.28% -
XYZ 3.7 5.22 6.44 -
YUV 56.41 135.1 102.74 -
System Red Green Blue C M Y K H S L
Decimal 21 72 69 0.71 0 0.04 0.72 176.47 0.55 0.18
Hex 15 48 45 47 0 4 48 B0 37 12
Octal 25 110 105 107 0 4 110 260 67 22
Binary 10101 1001000 1000101 1000111 0 100 1001000 10110000 110111 10010

Color Harmonies of #154845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154845

Black with #154845

Text Example


Text Example

White with #154845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154845; }

 p { color: rgb(21,72,69); }

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

background-color css

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

 a { background-color: rgb(21,72,69); }

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

border-color css

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

 span { border-color: rgb(21,72,69); }

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