Html Css Color HEX #41968B Lochinvar

📋 copy color: '#41968B'

red 65 ◦ green 150 ◦ blue 139

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

Shades of Lochinvar #41968B

Tints of Lochinvar #41968B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.37%

 BLUE value IS 139 (54.69% from 255) = 39.27%

R = 18.36%
G = 42.37%
B = 39.27%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#41968B (or 0x41968B) is known color: Lochinvar. HEX triplet: 41, 96 and 8B. RGB value is (65,150,139). Sum of RGB (Red+Green+Blue) = 65+150+139=354 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.36% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 150 - color contains mainly: green. Hex color #41968B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41968B is #BE6974. Grayscale: #7B7B7B. Windows color (decimal): -12478837 or 9147969. OLE color: 9147969.

HSL color Cylindrical-coordinate representation of color #41968B: hue angle of 172.24º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41968B is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 150 139 -
CMYK 0.57 0 0.07 0.41
HSL 172.24º 0.4% 0.42% -
HSV(B) 172.24º 0.57% 0.59% -
XYZ 17.75 24.8 28.28 -
YUV 123.33 136.84 86.39 -
System Red Green Blue C M Y K H S L
Decimal 65 150 139 0.57 0 0.07 0.41 172.24 0.4 0.42
Hex 41 96 8B 39 0 7 29 AC 28 2A
Octal 101 226 213 71 0 7 51 254 50 52
Binary 1000001 10010110 10001011 111001 0 111 101001 10101100 101000 101010

Color Harmonies of #41968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41968B

Black with #41968B

Text Example


Text Example

White with #41968B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41968B; }

 p { color: rgb(65,150,139); }

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

background-color css

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

 a { background-color: rgb(65,150,139); }

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

border-color css

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

 span { border-color: rgb(65,150,139); }

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