Html Css Color HEX #104846 Cyprus

📋 copy color: '#104846'

red 16 ◦ green 72 ◦ blue 70

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

Shades of Cyprus #104846

Tints of Cyprus #104846

RGB

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

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

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

R = 10.13%
G = 45.57%
B = 44.3%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#104846 (or 0x104846) is known color: Cyprus. HEX triplet: 10, 48 and 46. RGB value is (16,72,70). Sum of RGB (Red+Green+Blue) = 16+72+70=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 70 (27.73% from 255 or 44.30% from 158); Max value from RGB is 72 - color contains mainly: green. Hex color #104846 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104846 is #EFB7B9. Grayscale: #363636. Windows color (decimal): -15710138 or 4605968. OLE color: 4605968.

HSL color Cylindrical-coordinate representation of color #104846: hue angle of 177.86º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #104846 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB 16 72 70 -
CMYK 0.78 0 0.03 0.72
HSL 177.86º 0.64% 0.17% -
HSV(B) 177.86º 0.78% 0.28% -
XYZ 3.64 5.19 6.6 -
YUV 55.03 136.45 100.16 -
System Red Green Blue C M Y K H S L
Decimal 16 72 70 0.78 0 0.03 0.72 177.86 0.64 0.17
Hex 10 48 46 4E 0 3 48 B2 40 11
Octal 20 110 106 116 0 3 110 262 100 21
Binary 10000 1001000 1000110 1001110 0 11 1001000 10110010 1000000 10001

Color Harmonies of #104846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104846

Black with #104846

Text Example


Text Example

White with #104846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104846; }

 p { color: rgb(16,72,70); }

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

background-color css

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

 a { background-color: rgb(16,72,70); }

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

border-color css

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

 span { border-color: rgb(16,72,70); }

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