Html Css Color HEX #438B83 Lochinvar

📋 copy color: '#438B83'

red 67 ◦ green 139 ◦ blue 131

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

Shades of Lochinvar #438B83

Tints of Lochinvar #438B83

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.25%

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

R = 19.88%
G = 41.25%
B = 38.87%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#438B83 (or 0x438B83) is known color: Lochinvar. HEX triplet: 43, 8B and 83. RGB value is (67,139,131). Sum of RGB (Red+Green+Blue) = 67+139+131=337 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.88% from 337); Green value is 139 (54.69% from 255 or 41.25% from 337); Blue value is 131 (51.56% from 255 or 38.87% from 337); Max value from RGB is 139 - color contains mainly: green. Hex color #438B83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438B83 is #BC747C. Grayscale: #747474. Windows color (decimal): -12350589 or 8620867. OLE color: 8620867.

HSL color Cylindrical-coordinate representation of color #438B83: hue angle of 173.33º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #438B83 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB 67 139 131 -
CMYK 0.52 0 0.06 0.45
HSL 173.33º 0.35% 0.4% -
HSV(B) 173.33º 0.52% 0.55% -
XYZ 15.64 21.3 24.76 -
YUV 116.56 136.15 92.65 -
System Red Green Blue C M Y K H S L
Decimal 67 139 131 0.52 0 0.06 0.45 173.33 0.35 0.4
Hex 43 8B 83 34 0 6 2D AD 23 28
Octal 103 213 203 64 0 6 55 255 43 50
Binary 1000011 10001011 10000011 110100 0 110 101101 10101101 100011 101000

Color Harmonies of #438B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438B83

Black with #438B83

Text Example


Text Example

White with #438B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438B83; }

 p { color: rgb(67,139,131); }

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

background-color css

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

 a { background-color: rgb(67,139,131); }

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

border-color css

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

 span { border-color: rgb(67,139,131); }

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