Html Css Color HEX #145F4F Eden

📋 copy color: '#145F4F'

red 20 ◦ green 95 ◦ blue 79

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

Shades of Eden #145F4F

Tints of Eden #145F4F

RGB

 RED value IS 20 (8.2% from 255) = 10.31%

 GREEN value IS 95 (37.5% from 255) = 48.97%

 BLUE value IS 79 (31.25% from 255) = 40.72%

R = 10.31%
G = 48.97%
B = 40.72%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.17

 K value IS 0.63

RGB Variations

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

Color information

#145F4F (or 0x145F4F) is known color: Eden. HEX triplet: 14, 5F and 4F. RGB value is (20,95,79). Sum of RGB (Red+Green+Blue) = 20+95+79=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 95 (37.5% from 255 or 48.97% from 194); Blue value is 79 (31.25% from 255 or 40.72% from 194); Max value from RGB is 95 - color contains mainly: green. Hex color #145F4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145F4F is #EBA0B0. Grayscale: #464646. Windows color (decimal): -15442097 or 5201684. OLE color: 5201684.

HSL color Cylindrical-coordinate representation of color #145F4F: hue angle of 167.2º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #145F4F is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.63.

Color convert

RGB 20 95 79 -
CMYK 0.79 0 0.17 0.63
HSL 167.2º 0.65% 0.23% -
HSV(B) 167.2º 0.79% 0.37% -
XYZ 5.79 8.9 8.81 -
YUV 70.75 132.65 91.8 -
System Red Green Blue C M Y K H S L
Decimal 20 95 79 0.79 0 0.17 0.63 167.2 0.65 0.23
Hex 14 5F 4F 4F 0 11 3F A7 41 17
Octal 24 137 117 117 0 21 77 247 101 27
Binary 10100 1011111 1001111 1001111 0 10001 111111 10100111 1000001 10111

Color Harmonies of #145F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145F4F

Black with #145F4F

Text Example


Text Example

White with #145F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145F4F; }

 p { color: rgb(20,95,79); }

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

background-color css

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

 a { background-color: rgb(20,95,79); }

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

border-color css

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

 span { border-color: rgb(20,95,79); }

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