Html Css Color HEX #104841 Cyprus

📋 copy color: '#104841'

red 16 ◦ green 72 ◦ blue 65

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

Shades of Cyprus #104841

Tints of Cyprus #104841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 42.48%

R = 10.46%
G = 47.06%
B = 42.48%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#104841 (or 0x104841) is known color: Cyprus. HEX triplet: 10, 48 and 41. RGB value is (16,72,65). Sum of RGB (Red+Green+Blue) = 16+72+65=153 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.46% from 153); Green value is 72 (28.52% from 255 or 47.06% from 153); Blue value is 65 (25.78% from 255 or 42.48% from 153); Max value from RGB is 72 - color contains mainly: green. Hex color #104841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104841 is #EFB7BE. Grayscale: #363636. Windows color (decimal): -15710143 or 4278288. OLE color: 4278288.

HSL color Cylindrical-coordinate representation of color #104841: hue angle of 172.5º 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 #104841 is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 16 72 65 -
CMYK 0.78 0 0.10 0.72
HSL 172.5º 0.64% 0.17% -
HSV(B) 172.5º 0.78% 0.28% -
XYZ 3.49 5.13 5.81 -
YUV 54.46 133.95 100.57 -
System Red Green Blue C M Y K H S L
Decimal 16 72 65 0.78 0 0.10 0.72 172.5 0.64 0.17
Hex 10 48 41 4E 0 A 48 AC 40 11
Octal 20 110 101 116 0 12 110 254 100 21
Binary 10000 1001000 1000001 1001110 0 1010 1001000 10101100 1000000 10001

Color Harmonies of #104841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104841

Black with #104841

Text Example


Text Example

White with #104841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104841; }

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

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

background-color css

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

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

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

border-color css

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

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

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