Html Css Color HEX #43958B Lochinvar

📋 copy color: '#43958B'

red 67 ◦ green 149 ◦ blue 139

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

Shades of Lochinvar #43958B

Tints of Lochinvar #43958B

RGB

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

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

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

R = 18.87%
G = 41.97%
B = 39.15%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#43958B (or 0x43958B) is known color: Lochinvar. HEX triplet: 43, 95 and 8B. RGB value is (67,149,139). Sum of RGB (Red+Green+Blue) = 67+149+139=355 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.87% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 149 - color contains mainly: green. Hex color #43958B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43958B is #BC6A74. Grayscale: #7B7B7B. Windows color (decimal): -12348021 or 9147715. OLE color: 9147715.

HSL color Cylindrical-coordinate representation of color #43958B: hue angle of 172.68º 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 #43958B is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 67 149 139 -
CMYK 0.55 0 0.07 0.42
HSL 172.68º 0.38% 0.42% -
HSV(B) 172.68º 0.55% 0.58% -
XYZ 17.72 24.55 28.23 -
YUV 123.34 136.83 87.81 -
System Red Green Blue C M Y K H S L
Decimal 67 149 139 0.55 0 0.07 0.42 172.68 0.38 0.42
Hex 43 95 8B 37 0 7 2A AD 26 2A
Octal 103 225 213 67 0 7 52 255 46 52
Binary 1000011 10010101 10001011 110111 0 111 101010 10101101 100110 101010

Color Harmonies of #43958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43958B

Black with #43958B

Text Example


Text Example

White with #43958B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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