Html Css Color HEX #43977D Lochinvar

📋 copy color: '#43977D'

red 67 ◦ green 151 ◦ blue 125

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

Shades of Lochinvar #43977D

Tints of Lochinvar #43977D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.02%

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

R = 19.53%
G = 44.02%
B = 36.44%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#43977D (or 0x43977D) is known color: Lochinvar. HEX triplet: 43, 97 and 7D. RGB value is (67,151,125). Sum of RGB (Red+Green+Blue) = 67+151+125=343 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.53% from 343); Green value is 151 (59.38% from 255 or 44.02% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 151 - color contains mainly: green. Hex color #43977D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43977D is #BC6882. Grayscale: #7A7A7A. Windows color (decimal): -12347523 or 8230723. OLE color: 8230723.

HSL color Cylindrical-coordinate representation of color #43977D: hue angle of 161.43º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #43977D is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 67 151 125 -
CMYK 0.56 0 0.17 0.41
HSL 161.43º 0.39% 0.43% -
HSV(B) 161.43º 0.56% 0.59% -
XYZ 17.08 24.81 23.29 -
YUV 122.92 129.17 88.11 -
System Red Green Blue C M Y K H S L
Decimal 67 151 125 0.56 0 0.17 0.41 161.43 0.39 0.43
Hex 43 97 7D 38 0 11 29 A1 27 2B
Octal 103 227 175 70 0 21 51 241 47 53
Binary 1000011 10010111 1111101 111000 0 10001 101001 10100001 100111 101011

Color Harmonies of #43977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43977D

Black with #43977D

Text Example


Text Example

White with #43977D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,151,125); }

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

background-color css

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

 a { background-color: rgb(67,151,125); }

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

border-color css

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

 span { border-color: rgb(67,151,125); }

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