Html Css Color HEX #429383 Lochinvar

📋 copy color: '#429383'

red 66 ◦ green 147 ◦ blue 131

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

Shades of Lochinvar #429383

Tints of Lochinvar #429383

RGB

 RED value IS 66 (26.17% from 255) = 19.19%

 GREEN value IS 147 (57.81% from 255) = 42.73%

 BLUE value IS 131 (51.56% from 255) = 38.08%

R = 19.19%
G = 42.73%
B = 38.08%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#429383 (or 0x429383) is known color: Lochinvar. HEX triplet: 42, 93 and 83. RGB value is (66,147,131). Sum of RGB (Red+Green+Blue) = 66+147+131=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 131 (51.56% from 255 or 38.08% from 344); Max value from RGB is 147 - color contains mainly: green. Hex color #429383 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429383 is #BD6C7C. Grayscale: #787878. Windows color (decimal): -12414077 or 8622914. OLE color: 8622914.

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

Color convert

RGB 66 147 131 -
CMYK 0.55 0 0.11 0.42
HSL 168.15º 0.38% 0.42% -
HSV(B) 168.15º 0.55% 0.58% -
XYZ 16.78 23.66 25.16 -
YUV 120.96 133.66 88.8 -
System Red Green Blue C M Y K H S L
Decimal 66 147 131 0.55 0 0.11 0.42 168.15 0.38 0.42
Hex 42 93 83 37 0 B 2A A8 26 2A
Octal 102 223 203 67 0 13 52 250 46 52
Binary 1000010 10010011 10000011 110111 0 1011 101010 10101000 100110 101010

Color Harmonies of #429383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429383

Black with #429383

Text Example


Text Example

White with #429383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429383; }

 p { color: rgb(66,147,131); }

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

background-color css

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

 a { background-color: rgb(66,147,131); }

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

border-color css

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

 span { border-color: rgb(66,147,131); }

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