Html Css Color HEX #429585 Lochinvar

📋 copy color: '#429585'

red 66 ◦ green 149 ◦ blue 133

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

Shades of Lochinvar #429585

Tints of Lochinvar #429585

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.82%

 BLUE value IS 133 (52.34% from 255) = 38.22%

R = 18.97%
G = 42.82%
B = 38.22%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#429585 (or 0x429585) is known color: Lochinvar. HEX triplet: 42, 95 and 85. RGB value is (66,149,133). Sum of RGB (Red+Green+Blue) = 66+149+133=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 149 - color contains mainly: green. Hex color #429585 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429585 is #BD6A7A. Grayscale: #7A7A7A. Windows color (decimal): -12413563 or 8754498. OLE color: 8754498.

HSL color Cylindrical-coordinate representation of color #429585: hue angle of 168.43º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #429585 is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 149 133 -
CMYK 0.56 0 0.11 0.42
HSL 168.43º 0.39% 0.42% -
HSV(B) 168.43º 0.56% 0.58% -
XYZ 17.23 24.35 25.98 -
YUV 122.36 134 87.8 -
System Red Green Blue C M Y K H S L
Decimal 66 149 133 0.56 0 0.11 0.42 168.43 0.39 0.42
Hex 42 95 85 38 0 B 2A A8 27 2A
Octal 102 225 205 70 0 13 52 250 47 52
Binary 1000010 10010101 10000101 111000 0 1011 101010 10101000 100111 101010

Color Harmonies of #429585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429585

Black with #429585

Text Example


Text Example

White with #429585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429585; }

 p { color: rgb(66,149,133); }

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

background-color css

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

 a { background-color: rgb(66,149,133); }

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

border-color css

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

 span { border-color: rgb(66,149,133); }

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