Html Css Color HEX #0E4D42 Cyprus

📋 copy color: '#0E4D42'

red 14 ◦ green 77 ◦ blue 66

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

Shades of Cyprus #0E4D42

Tints of Cyprus #0E4D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 42.04%

R = 8.92%
G = 49.04%
B = 42.04%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.14

 K value IS 0.70

RGB Variations

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

Color information

#0E4D42 (or 0x0E4D42) is known color: Cyprus. HEX triplet: 0E, 4D and 42. RGB value is (14,77,66). Sum of RGB (Red+Green+Blue) = 14+77+66=157 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.92% from 157); Green value is 77 (30.47% from 255 or 49.04% from 157); Blue value is 66 (26.17% from 255 or 42.04% from 157); Max value from RGB is 77 - color contains mainly: green. Hex color #0E4D42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E4D42 is #F1B2BD. Grayscale: #383838. Windows color (decimal): -15839934 or 4345102. OLE color: 4345102.

HSL color Cylindrical-coordinate representation of color #0E4D42: hue angle of 169.52º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E4D42 is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.

Color convert

RGB 14 77 66 -
CMYK 0.82 0 0.14 0.70
HSL 169.52º 0.69% 0.18% -
HSV(B) 169.52º 0.82% 0.3% -
XYZ 3.82 5.79 6.07 -
YUV 56.91 133.13 97.39 -
System Red Green Blue C M Y K H S L
Decimal 14 77 66 0.82 0 0.14 0.70 169.52 0.69 0.18
Hex E 4D 42 52 0 E 46 AA 45 12
Octal 16 115 102 122 0 16 106 252 105 22
Binary 1110 1001101 1000010 1010010 0 1110 1000110 10101010 1000101 10010

Color Harmonies of #0E4D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4D42

Black with #0E4D42

Text Example


Text Example

White with #0E4D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,77,66); }

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

background-color css

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

 a { background-color: rgb(14,77,66); }

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

border-color css

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

 span { border-color: rgb(14,77,66); }

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