Html Css Color HEX #41877D Lochinvar

📋 copy color: '#41877D'

red 65 ◦ green 135 ◦ blue 125

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

Shades of Lochinvar #41877D

Tints of Lochinvar #41877D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.54%

 BLUE value IS 125 (49.22% from 255) = 38.46%

R = 20%
G = 41.54%
B = 38.46%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#41877D (or 0x41877D) is known color: Lochinvar. HEX triplet: 41, 87 and 7D. RGB value is (65,135,125). Sum of RGB (Red+Green+Blue) = 65+135+125=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 135 - color contains mainly: green. Hex color #41877D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41877D is #BE7882. Grayscale: #707070. Windows color (decimal): -12482691 or 8226625. OLE color: 8226625.

HSL color Cylindrical-coordinate representation of color #41877D: hue angle of 171.43º 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 #41877D is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 135 125 -
CMYK 0.52 0 0.07 0.47
HSL 171.43º 0.35% 0.39% -
HSV(B) 171.43º 0.52% 0.53% -
XYZ 14.55 19.93 22.48 -
YUV 112.93 134.81 93.81 -
System Red Green Blue C M Y K H S L
Decimal 65 135 125 0.52 0 0.07 0.47 171.43 0.35 0.39
Hex 41 87 7D 34 0 7 2F AB 23 27
Octal 101 207 175 64 0 7 57 253 43 47
Binary 1000001 10000111 1111101 110100 0 111 101111 10101011 100011 100111

Color Harmonies of #41877D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41877D

Black with #41877D

Text Example


Text Example

White with #41877D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41877D; }

 p { color: rgb(65,135,125); }

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

background-color css

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

 a { background-color: rgb(65,135,125); }

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

border-color css

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

 span { border-color: rgb(65,135,125); }

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