Html Css Color HEX #429889 Lochinvar

📋 copy color: '#429889'

red 66 ◦ green 152 ◦ blue 137

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

Shades of Lochinvar #429889

Tints of Lochinvar #429889

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.82%

 BLUE value IS 137 (53.91% from 255) = 38.59%

R = 18.59%
G = 42.82%
B = 38.59%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#429889 (or 0x429889) is known color: Lochinvar. HEX triplet: 42, 98 and 89. RGB value is (66,152,137). Sum of RGB (Red+Green+Blue) = 66+152+137=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 152 - color contains mainly: green. Hex color #429889 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429889 is #BD6776. Grayscale: #7C7C7C. Windows color (decimal): -12412791 or 9017410. OLE color: 9017410.

HSL color Cylindrical-coordinate representation of color #429889: hue angle of 169.53º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #429889 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 66 152 137 -
CMYK 0.57 0 0.10 0.40
HSL 169.53º 0.39% 0.43% -
HSV(B) 169.53º 0.57% 0.6% -
XYZ 17.99 25.42 27.63 -
YUV 124.58 135.01 86.22 -
System Red Green Blue C M Y K H S L
Decimal 66 152 137 0.57 0 0.10 0.40 169.53 0.39 0.43
Hex 42 98 89 39 0 A 28 AA 27 2B
Octal 102 230 211 71 0 12 50 252 47 53
Binary 1000010 10011000 10001001 111001 0 1010 101000 10101010 100111 101011

Color Harmonies of #429889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429889

Black with #429889

Text Example


Text Example

White with #429889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429889; }

 p { color: rgb(66,152,137); }

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

background-color css

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

 a { background-color: rgb(66,152,137); }

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

border-color css

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

 span { border-color: rgb(66,152,137); }

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