Html Css Color HEX #43968C Lochinvar

📋 copy color: '#43968C'

red 67 ◦ green 150 ◦ blue 140

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

Shades of Lochinvar #43968C

Tints of Lochinvar #43968C

RGB

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

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

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

R = 18.77%
G = 42.02%
B = 39.22%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#43968C (or 0x43968C) is known color: Lochinvar. HEX triplet: 43, 96 and 8C. RGB value is (67,150,140). Sum of RGB (Red+Green+Blue) = 67+150+140=357 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.77% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 150 - color contains mainly: green. Hex color #43968C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43968C is #BC6973. Grayscale: #7C7C7C. Windows color (decimal): -12347764 or 9213507. OLE color: 9213507.

HSL color Cylindrical-coordinate representation of color #43968C: hue angle of 172.77º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #43968C is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 67 150 140 -
CMYK 0.55 0 0.07 0.41
HSL 172.77º 0.38% 0.43% -
HSV(B) 172.77º 0.55% 0.59% -
XYZ 17.95 24.9 28.67 -
YUV 124.04 137 87.31 -
System Red Green Blue C M Y K H S L
Decimal 67 150 140 0.55 0 0.07 0.41 172.77 0.38 0.43
Hex 43 96 8C 37 0 7 29 AD 26 2B
Octal 103 226 214 67 0 7 51 255 46 53
Binary 1000011 10010110 10001100 110111 0 111 101001 10101101 100110 101011

Color Harmonies of #43968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43968C

Black with #43968C

Text Example


Text Example

White with #43968C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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