Html Css Color HEX #418A85 Lochinvar

📋 copy color: '#418A85'

red 65 ◦ green 138 ◦ blue 133

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

Shades of Lochinvar #418A85

Tints of Lochinvar #418A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 39.58%

R = 19.35%
G = 41.07%
B = 39.58%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#418A85 (or 0x418A85) is known color: Lochinvar. HEX triplet: 41, 8A and 85. RGB value is (65,138,133). Sum of RGB (Red+Green+Blue) = 65+138+133=336 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.35% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 138 - color contains mainly: green. Hex color #418A85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418A85 is #BE757A. Grayscale: #737373. Windows color (decimal): -12481915 or 8751681. OLE color: 8751681.

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

Color convert

RGB 65 138 133 -
CMYK 0.53 0 0.04 0.46
HSL 175.89º 0.36% 0.4% -
HSV(B) 175.89º 0.53% 0.54% -
XYZ 15.5 20.99 25.43 -
YUV 115.6 137.82 91.91 -
System Red Green Blue C M Y K H S L
Decimal 65 138 133 0.53 0 0.04 0.46 175.89 0.36 0.4
Hex 41 8A 85 35 0 4 2E B0 24 28
Octal 101 212 205 65 0 4 56 260 44 50
Binary 1000001 10001010 10000101 110101 0 100 101110 10110000 100100 101000

Color Harmonies of #418A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418A85

Black with #418A85

Text Example


Text Example

White with #418A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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