Html Css Color HEX #418A7F Lochinvar

📋 copy color: '#418A7F'

red 65 ◦ green 138 ◦ blue 127

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

Shades of Lochinvar #418A7F

Tints of Lochinvar #418A7F

RGB

 RED value IS 65 (25.78% from 255) = 19.7%

 GREEN value IS 138 (54.3% from 255) = 41.82%

 BLUE value IS 127 (50% from 255) = 38.48%

R = 19.7%
G = 41.82%
B = 38.48%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#418A7F (or 0x418A7F) is known color: Lochinvar. HEX triplet: 41, 8A and 7F. RGB value is (65,138,127). Sum of RGB (Red+Green+Blue) = 65+138+127=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 138 - color contains mainly: green. Hex color #418A7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418A7F is #BE7580. Grayscale: #727272. Windows color (decimal): -12481921 or 8358465. OLE color: 8358465.

HSL color Cylindrical-coordinate representation of color #418A7F: hue angle of 170.96º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #418A7F is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB 65 138 127 -
CMYK 0.53 0 0.08 0.46
HSL 170.96º 0.36% 0.4% -
HSV(B) 170.96º 0.53% 0.54% -
XYZ 15.1 20.83 23.3 -
YUV 114.92 134.82 92.39 -
System Red Green Blue C M Y K H S L
Decimal 65 138 127 0.53 0 0.08 0.46 170.96 0.36 0.4
Hex 41 8A 7F 35 0 8 2E AB 24 28
Octal 101 212 177 65 0 10 56 253 44 50
Binary 1000001 10001010 1111111 110101 0 1000 101110 10101011 100100 101000

Color Harmonies of #418A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418A7F

Black with #418A7F

Text Example


Text Example

White with #418A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418A7F; }

 p { color: rgb(65,138,127); }

 H1.HeaderClassName
 {
   color: #418A7F;
 }
 .AnyTagClassName
 {
   color: #418A7F;
 }
</style>

background-color css

<style>
 a { background-color: #418A7F; }

 a { background-color: rgb(65,138,127); }

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

border-color css

<style>
 span { border-color: #418A7F; }

 span { border-color: rgb(65,138,127); }

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