Html Css Color HEX #104741 Cyprus

📋 copy color: '#104741'

red 16 ◦ green 71 ◦ blue 65

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

Shades of Cyprus #104741

Tints of Cyprus #104741

RGB

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

 GREEN value IS 71 (28.13% from 255) = 46.71%

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

R = 10.53%
G = 46.71%
B = 42.76%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#104741 (or 0x104741) is known color: Cyprus. HEX triplet: 10, 47 and 41. RGB value is (16,71,65). Sum of RGB (Red+Green+Blue) = 16+71+65=152 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.53% from 152); Green value is 71 (28.12% from 255 or 46.71% from 152); Blue value is 65 (25.78% from 255 or 42.76% from 152); Max value from RGB is 71 - color contains mainly: green. Hex color #104741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104741 is #EFB8BE. Grayscale: #353535. Windows color (decimal): -15710399 or 4278032. OLE color: 4278032.

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

Color convert

RGB 16 71 65 -
CMYK 0.77 0 0.08 0.72
HSL 173.45º 0.63% 0.17% -
HSV(B) 173.45º 0.77% 0.28% -
XYZ 3.42 5 5.79 -
YUV 53.87 134.28 100.99 -
System Red Green Blue C M Y K H S L
Decimal 16 71 65 0.77 0 0.08 0.72 173.45 0.63 0.17
Hex 10 47 41 4D 0 8 48 AD 3F 11
Octal 20 107 101 115 0 10 110 255 77 21
Binary 10000 1000111 1000001 1001101 0 1000 1001000 10101101 111111 10001

Color Harmonies of #104741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104741

Black with #104741

Text Example


Text Example

White with #104741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104741; }

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

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

background-color css

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

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

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

border-color css

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

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

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