Html Css Color HEX #438479 Lochinvar

📋 copy color: '#438479'

red 67 ◦ green 132 ◦ blue 121

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

Shades of Lochinvar #438479

Tints of Lochinvar #438479

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.25%

 BLUE value IS 121 (47.66% from 255) = 37.81%

R = 20.94%
G = 41.25%
B = 37.81%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#438479 (or 0x438479) is known color: Lochinvar. HEX triplet: 43, 84 and 79. RGB value is (67,132,121). Sum of RGB (Red+Green+Blue) = 67+132+121=320 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.94% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 121 (47.66% from 255 or 37.81% from 320); Max value from RGB is 132 - color contains mainly: green. Hex color #438479 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438479 is #BC7B86. Grayscale: #6F6F6F. Windows color (decimal): -12352391 or 7963715. OLE color: 7963715.

HSL color Cylindrical-coordinate representation of color #438479: hue angle of 169.85º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #438479 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 67 132 121 -
CMYK 0.49 0 0.08 0.48
HSL 169.85º 0.33% 0.39% -
HSV(B) 169.85º 0.49% 0.52% -
XYZ 14.02 19.08 21.03 -
YUV 111.31 133.47 96.39 -
System Red Green Blue C M Y K H S L
Decimal 67 132 121 0.49 0 0.08 0.48 169.85 0.33 0.39
Hex 43 84 79 31 0 8 30 AA 21 27
Octal 103 204 171 61 0 10 60 252 41 47
Binary 1000011 10000100 1111001 110001 0 1000 110000 10101010 100001 100111

Color Harmonies of #438479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438479

Black with #438479

Text Example


Text Example

White with #438479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438479; }

 p { color: rgb(67,132,121); }

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

background-color css

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

 a { background-color: rgb(67,132,121); }

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

border-color css

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

 span { border-color: rgb(67,132,121); }

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