Html Css Color HEX #43958C Lochinvar

📋 copy color: '#43958C'

red 67 ◦ green 149 ◦ blue 140

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

Shades of Lochinvar #43958C

Tints of Lochinvar #43958C

RGB

 RED value IS 67 (26.56% from 255) = 18.82%

 GREEN value IS 149 (58.59% from 255) = 41.85%

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

R = 18.82%
G = 41.85%
B = 39.33%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#43958C (or 0x43958C) is known color: Lochinvar. HEX triplet: 43, 95 and 8C. RGB value is (67,149,140). Sum of RGB (Red+Green+Blue) = 67+149+140=356 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.82% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 149 - color contains mainly: green. Hex color #43958C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43958C is #BC6A73. Grayscale: #7B7B7B. Windows color (decimal): -12348020 or 9213251. OLE color: 9213251.

HSL color Cylindrical-coordinate representation of color #43958C: hue angle of 173.41º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #43958C is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 67 149 140 -
CMYK 0.55 0 0.06 0.42
HSL 173.41º 0.38% 0.42% -
HSV(B) 173.41º 0.55% 0.58% -
XYZ 17.8 24.58 28.62 -
YUV 123.46 137.33 87.73 -
System Red Green Blue C M Y K H S L
Decimal 67 149 140 0.55 0 0.06 0.42 173.41 0.38 0.42
Hex 43 95 8C 37 0 6 2A AD 26 2A
Octal 103 225 214 67 0 6 52 255 46 52
Binary 1000011 10010101 10001100 110111 0 110 101010 10101101 100110 101010

Color Harmonies of #43958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43958C

Black with #43958C

Text Example


Text Example

White with #43958C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,149,140); }

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

background-color css

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

 a { background-color: rgb(67,149,140); }

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

border-color css

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

 span { border-color: rgb(67,149,140); }

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