Html Css Color HEX #418A83 Lochinvar

📋 copy color: '#418A83'

red 65 ◦ green 138 ◦ blue 131

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

Shades of Lochinvar #418A83

Tints of Lochinvar #418A83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 39.22%

R = 19.46%
G = 41.32%
B = 39.22%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#418A83 (or 0x418A83) is known color: Lochinvar. HEX triplet: 41, 8A and 83. RGB value is (65,138,131). Sum of RGB (Red+Green+Blue) = 65+138+131=334 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.46% from 334); Green value is 138 (54.30% from 255 or 41.32% from 334); Blue value is 131 (51.56% from 255 or 39.22% from 334); Max value from RGB is 138 - color contains mainly: green. Hex color #418A83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418A83 is #BE757C. Grayscale: #737373. Windows color (decimal): -12481917 or 8620609. OLE color: 8620609.

HSL color Cylindrical-coordinate representation of color #418A83: hue angle of 174.25º 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 #418A83 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB 65 138 131 -
CMYK 0.53 0 0.05 0.46
HSL 174.25º 0.36% 0.4% -
HSV(B) 174.25º 0.53% 0.54% -
XYZ 15.37 20.94 24.7 -
YUV 115.38 136.82 92.07 -
System Red Green Blue C M Y K H S L
Decimal 65 138 131 0.53 0 0.05 0.46 174.25 0.36 0.4
Hex 41 8A 83 35 0 5 2E AE 24 28
Octal 101 212 203 65 0 5 56 256 44 50
Binary 1000001 10001010 10000011 110101 0 101 101110 10101110 100100 101000

Color Harmonies of #418A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418A83

Black with #418A83

Text Example


Text Example

White with #418A83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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