Html Css Color HEX #39887A Lochinvar

📋 copy color: '#39887A'

red 57 ◦ green 136 ◦ blue 122

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

Shades of Lochinvar #39887A

Tints of Lochinvar #39887A

RGB

 RED value IS 57 (22.66% from 255) = 18.1%

 GREEN value IS 136 (53.52% from 255) = 43.17%

 BLUE value IS 122 (48.05% from 255) = 38.73%

R = 18.1%
G = 43.17%
B = 38.73%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#39887A (or 0x39887A) is known color: Lochinvar. HEX triplet: 39, 88 and 7A. RGB value is (57,136,122). Sum of RGB (Red+Green+Blue) = 57+136+122=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 136 - color contains mainly: green. Hex color #39887A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39887A is #C67785. Grayscale: #6E6E6E. Windows color (decimal): -13006726 or 8030265. OLE color: 8030265.

HSL color Cylindrical-coordinate representation of color #39887A: hue angle of 169.37º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #39887A is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 136 122 -
CMYK 0.58 0 0.10 0.47
HSL 169.37º 0.41% 0.38% -
HSV(B) 169.37º 0.58% 0.53% -
XYZ 14 19.88 21.51 -
YUV 110.78 134.33 89.64 -
System Red Green Blue C M Y K H S L
Decimal 57 136 122 0.58 0 0.10 0.47 169.37 0.41 0.38
Hex 39 88 7A 3A 0 A 2F A9 29 26
Octal 71 210 172 72 0 12 57 251 51 46
Binary 111001 10001000 1111010 111010 0 1010 101111 10101001 101001 100110

Color Harmonies of #39887A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39887A

Black with #39887A

Text Example


Text Example

White with #39887A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39887A; }

 p { color: rgb(57,136,122); }

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

background-color css

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

 a { background-color: rgb(57,136,122); }

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

border-color css

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

 span { border-color: rgb(57,136,122); }

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