Html Css Color HEX #39887F Lochinvar

📋 copy color: '#39887F'

red 57 ◦ green 136 ◦ blue 127

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

Shades of Lochinvar #39887F

Tints of Lochinvar #39887F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.69%

R = 17.81%
G = 42.5%
B = 39.69%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#39887F (or 0x39887F) is known color: Lochinvar. HEX triplet: 39, 88 and 7F. RGB value is (57,136,127). Sum of RGB (Red+Green+Blue) = 57+136+127=320 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.81% from 320); Green value is 136 (53.52% from 255 or 42.5% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 136 - color contains mainly: green. Hex color #39887F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39887F is #C67780. Grayscale: #6F6F6F. Windows color (decimal): -13006721 or 8357945. OLE color: 8357945.

HSL color Cylindrical-coordinate representation of color #39887F: hue angle of 173.16º 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 #39887F is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 136 127 -
CMYK 0.58 0 0.07 0.47
HSL 173.16º 0.41% 0.38% -
HSV(B) 173.16º 0.58% 0.53% -
XYZ 14.32 20.01 23.19 -
YUV 111.35 136.83 89.23 -
System Red Green Blue C M Y K H S L
Decimal 57 136 127 0.58 0 0.07 0.47 173.16 0.41 0.38
Hex 39 88 7F 3A 0 7 2F AD 29 26
Octal 71 210 177 72 0 7 57 255 51 46
Binary 111001 10001000 1111111 111010 0 111 101111 10101101 101001 100110

Color Harmonies of #39887F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39887F

Black with #39887F

Text Example


Text Example

White with #39887F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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