Html Css Color HEX #0E4D44 Cyprus

📋 copy color: '#0E4D44'

red 14 ◦ green 77 ◦ blue 68

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

Shades of Cyprus #0E4D44

Tints of Cyprus #0E4D44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 42.77%

R = 8.81%
G = 48.43%
B = 42.77%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.12

 K value IS 0.70

RGB Variations

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

Color information

#0E4D44 (or 0x0E4D44) is known color: Cyprus. HEX triplet: 0E, 4D and 44. RGB value is (14,77,68). Sum of RGB (Red+Green+Blue) = 14+77+68=159 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.81% from 159); Green value is 77 (30.47% from 255 or 48.43% from 159); Blue value is 68 (26.95% from 255 or 42.77% from 159); Max value from RGB is 77 - color contains mainly: green. Hex color #0E4D44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E4D44 is #F1B2BB. Grayscale: #393939. Windows color (decimal): -15839932 or 4476174. OLE color: 4476174.

HSL color Cylindrical-coordinate representation of color #0E4D44: hue angle of 171.43º 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 #0E4D44 is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.70.

Color convert

RGB 14 77 68 -
CMYK 0.82 0 0.12 0.70
HSL 171.43º 0.69% 0.18% -
HSV(B) 171.43º 0.82% 0.3% -
XYZ 3.88 5.82 6.39 -
YUV 57.14 134.13 97.23 -
System Red Green Blue C M Y K H S L
Decimal 14 77 68 0.82 0 0.12 0.70 171.43 0.69 0.18
Hex E 4D 44 52 0 C 46 AB 45 12
Octal 16 115 104 122 0 14 106 253 105 22
Binary 1110 1001101 1000100 1010010 0 1100 1000110 10101011 1000101 10010

Color Harmonies of #0E4D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4D44

Black with #0E4D44

Text Example


Text Example

White with #0E4D44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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