Html Css Color HEX #429788 Lochinvar

📋 copy color: '#429788'

red 66 ◦ green 151 ◦ blue 136

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

Shades of Lochinvar #429788

Tints of Lochinvar #429788

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 38.53%

R = 18.7%
G = 42.78%
B = 38.53%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.10

 K value IS 0.41

RGB Variations

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

Color information

#429788 (or 0x429788) is known color: Lochinvar. HEX triplet: 42, 97 and 88. RGB value is (66,151,136). Sum of RGB (Red+Green+Blue) = 66+151+136=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 151 (59.38% from 255 or 42.78% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 151 - color contains mainly: green. Hex color #429788 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429788 is #BD6877. Grayscale: #7B7B7B. Windows color (decimal): -12413048 or 8951618. OLE color: 8951618.

HSL color Cylindrical-coordinate representation of color #429788: hue angle of 169.41º 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 #429788 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 151 136 -
CMYK 0.56 0 0.10 0.41
HSL 169.41º 0.39% 0.43% -
HSV(B) 169.41º 0.56% 0.59% -
XYZ 17.76 25.07 27.2 -
YUV 123.88 134.84 86.72 -
System Red Green Blue C M Y K H S L
Decimal 66 151 136 0.56 0 0.10 0.41 169.41 0.39 0.43
Hex 42 97 88 38 0 A 29 A9 27 2B
Octal 102 227 210 70 0 12 51 251 47 53
Binary 1000010 10010111 10001000 111000 0 1010 101001 10101001 100111 101011

Color Harmonies of #429788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429788

Black with #429788

Text Example


Text Example

White with #429788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429788; }

 p { color: rgb(66,151,136); }

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

background-color css

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

 a { background-color: rgb(66,151,136); }

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

border-color css

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

 span { border-color: rgb(66,151,136); }

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