Html Css Color HEX #0E5347 Cyprus

📋 copy color: '#0E5347'

red 14 ◦ green 83 ◦ blue 71

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

Shades of Cyprus #0E5347

Tints of Cyprus #0E5347

RGB

 RED value IS 14 (5.86% from 255) = 8.33%

 GREEN value IS 83 (32.81% from 255) = 49.4%

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

R = 8.33%
G = 49.4%
B = 42.26%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#0E5347 (or 0x0E5347) is known color: Cyprus. HEX triplet: 0E, 53 and 47. RGB value is (14,83,71). Sum of RGB (Red+Green+Blue) = 14+83+71=168 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.33% from 168); Green value is 83 (32.81% from 255 or 49.40% from 168); Blue value is 71 (28.12% from 255 or 42.26% from 168); Max value from RGB is 83 - color contains mainly: green. Hex color #0E5347 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5347 is #F1ACB8. Grayscale: #3C3C3C. Windows color (decimal): -15838393 or 4674318. OLE color: 4674318.

HSL color Cylindrical-coordinate representation of color #0E5347: hue angle of 169.57º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E5347 is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 14 83 71 -
CMYK 0.83 0 0.14 0.67
HSL 169.57º 0.71% 0.19% -
HSV(B) 169.57º 0.83% 0.33% -
XYZ 4.41 6.73 7.03 -
YUV 61 133.64 94.48 -
System Red Green Blue C M Y K H S L
Decimal 14 83 71 0.83 0 0.14 0.67 169.57 0.71 0.19
Hex E 53 47 53 0 E 43 AA 47 13
Octal 16 123 107 123 0 16 103 252 107 23
Binary 1110 1010011 1000111 1010011 0 1110 1000011 10101010 1000111 10011

Color Harmonies of #0E5347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5347

Black with #0E5347

Text Example


Text Example

White with #0E5347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E5347; }

 p { color: rgb(14,83,71); }

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

background-color css

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

 a { background-color: rgb(14,83,71); }

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

border-color css

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

 span { border-color: rgb(14,83,71); }

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