Html Css Color HEX #41988C Lochinvar

📋 copy color: '#41988C'

red 65 ◦ green 152 ◦ blue 140

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

Shades of Lochinvar #41988C

Tints of Lochinvar #41988C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.58%

 BLUE value IS 140 (55.08% from 255) = 39.22%

R = 18.21%
G = 42.58%
B = 39.22%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#41988C (or 0x41988C) is known color: Lochinvar. HEX triplet: 41, 98 and 8C. RGB value is (65,152,140). Sum of RGB (Red+Green+Blue) = 65+152+140=357 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.21% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 152 - color contains mainly: green. Hex color #41988C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41988C is #BE6773. Grayscale: #7C7C7C. Windows color (decimal): -12478324 or 9214017. OLE color: 9214017.

HSL color Cylindrical-coordinate representation of color #41988C: hue angle of 171.72º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41988C is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 65 152 140 -
CMYK 0.57 0 0.08 0.40
HSL 171.72º 0.4% 0.43% -
HSV(B) 171.72º 0.57% 0.6% -
XYZ 18.14 25.47 28.77 -
YUV 124.62 136.68 85.48 -
System Red Green Blue C M Y K H S L
Decimal 65 152 140 0.57 0 0.08 0.40 171.72 0.4 0.43
Hex 41 98 8C 39 0 8 28 AC 28 2B
Octal 101 230 214 71 0 10 50 254 50 53
Binary 1000001 10011000 10001100 111001 0 1000 101000 10101100 101000 101011

Color Harmonies of #41988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41988C

Black with #41988C

Text Example


Text Example

White with #41988C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41988C; }

 p { color: rgb(65,152,140); }

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

background-color css

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

 a { background-color: rgb(65,152,140); }

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

border-color css

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

 span { border-color: rgb(65,152,140); }

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