Html Css Color HEX #418883 Lochinvar

📋 copy color: '#418883'

red 65 ◦ green 136 ◦ blue 131

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

Shades of Lochinvar #418883

Tints of Lochinvar #418883

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.96%

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

R = 19.58%
G = 40.96%
B = 39.46%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#418883 (or 0x418883) is known color: Lochinvar. HEX triplet: 41, 88 and 83. RGB value is (65,136,131). Sum of RGB (Red+Green+Blue) = 65+136+131=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 131 (51.56% from 255 or 39.46% from 332); Max value from RGB is 136 - color contains mainly: green. Hex color #418883 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418883 is #BE777C. Grayscale: #727272. Windows color (decimal): -12482429 or 8620097. OLE color: 8620097.

HSL color Cylindrical-coordinate representation of color #418883: hue angle of 175.77º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #418883 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 136 131 -
CMYK 0.52 0 0.04 0.47
HSL 175.77º 0.35% 0.39% -
HSV(B) 175.77º 0.52% 0.53% -
XYZ 15.08 20.37 24.61 -
YUV 114.2 137.48 92.91 -
System Red Green Blue C M Y K H S L
Decimal 65 136 131 0.52 0 0.04 0.47 175.77 0.35 0.39
Hex 41 88 83 34 0 4 2F B0 23 27
Octal 101 210 203 64 0 4 57 260 43 47
Binary 1000001 10001000 10000011 110100 0 100 101111 10110000 100011 100111

Color Harmonies of #418883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418883

Black with #418883

Text Example


Text Example

White with #418883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418883; }

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

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

background-color css

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

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

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

border-color css

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

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

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