Html Css Color HEX #4DA295 Lochinvar

📋 copy color: '#4DA295'

red 77 ◦ green 162 ◦ blue 149

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

Shades of Lochinvar #4DA295

Tints of Lochinvar #4DA295

RGB

 RED value IS 77 (30.47% from 255) = 19.85%

 GREEN value IS 162 (63.67% from 255) = 41.75%

 BLUE value IS 149 (58.59% from 255) = 38.4%

R = 19.85%
G = 41.75%
B = 38.4%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#4DA295 (or 0x4DA295) is known color: Lochinvar. HEX triplet: 4D, A2 and 95. RGB value is (77,162,149). Sum of RGB (Red+Green+Blue) = 77+162+149=388 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.85% from 388); Green value is 162 (63.67% from 255 or 41.75% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 162 - color contains mainly: green. Hex color #4DA295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA295 is #B25D6A. Grayscale: #878787. Windows color (decimal): -11689323 or 9806413. OLE color: 9806413.

HSL color Cylindrical-coordinate representation of color #4DA295: hue angle of 170.82º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4DA295 is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 77 162 149 -
CMYK 0.52 0 0.08 0.36
HSL 170.82º 0.36% 0.47% -
HSV(B) 170.82º 0.52% 0.64% -
XYZ 21.41 29.59 33.02 -
YUV 135.1 135.84 86.56 -
System Red Green Blue C M Y K H S L
Decimal 77 162 149 0.52 0 0.08 0.36 170.82 0.36 0.47
Hex 4D A2 95 34 0 8 24 AB 24 2F
Octal 115 242 225 64 0 10 44 253 44 57
Binary 1001101 10100010 10010101 110100 0 1000 100100 10101011 100100 101111

Color Harmonies of #4DA295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA295

Black with #4DA295

Text Example


Text Example

White with #4DA295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4DA295; }

 p { color: rgb(77,162,149); }

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

background-color css

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

 a { background-color: rgb(77,162,149); }

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

border-color css

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

 span { border-color: rgb(77,162,149); }

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