Html Css Color HEX #104D47 Cyprus

📋 copy color: '#104D47'

red 16 ◦ green 77 ◦ blue 71

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

Shades of Cyprus #104D47

Tints of Cyprus #104D47

RGB

 RED value IS 16 (6.64% from 255) = 9.76%

 GREEN value IS 77 (30.47% from 255) = 46.95%

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

R = 9.76%
G = 46.95%
B = 43.29%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.08

 K value IS 0.70

RGB Variations

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

Color information

#104D47 (or 0x104D47) is known color: Cyprus. HEX triplet: 10, 4D and 47. RGB value is (16,77,71). Sum of RGB (Red+Green+Blue) = 16+77+71=164 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.76% from 164); Green value is 77 (30.47% from 255 or 46.95% from 164); Blue value is 71 (28.12% from 255 or 43.29% from 164); Max value from RGB is 77 - color contains mainly: green. Hex color #104D47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104D47 is #EFB2B8. Grayscale: #3A3A3A. Windows color (decimal): -15708857 or 4672784. OLE color: 4672784.

HSL color Cylindrical-coordinate representation of color #104D47: hue angle of 174.1º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104D47 is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.70.

Color convert

RGB 16 77 71 -
CMYK 0.79 0 0.08 0.70
HSL 174.1º 0.66% 0.18% -
HSV(B) 174.1º 0.79% 0.3% -
XYZ 4 5.87 6.88 -
YUV 58.08 135.29 97.99 -
System Red Green Blue C M Y K H S L
Decimal 16 77 71 0.79 0 0.08 0.70 174.1 0.66 0.18
Hex 10 4D 47 4F 0 8 46 AE 42 12
Octal 20 115 107 117 0 10 106 256 102 22
Binary 10000 1001101 1000111 1001111 0 1000 1000110 10101110 1000010 10010

Color Harmonies of #104D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104D47

Black with #104D47

Text Example


Text Example

White with #104D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104D47; }

 p { color: rgb(16,77,71); }

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

background-color css

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

 a { background-color: rgb(16,77,71); }

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

border-color css

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

 span { border-color: rgb(16,77,71); }

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