Html Css Color HEX #3D877A Lochinvar

📋 copy color: '#3D877A'

red 61 ◦ green 135 ◦ blue 122

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

Shades of Lochinvar #3D877A

Tints of Lochinvar #3D877A

RGB

 RED value IS 61 (24.22% from 255) = 19.18%

 GREEN value IS 135 (53.13% from 255) = 42.45%

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

R = 19.18%
G = 42.45%
B = 38.36%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#3D877A (or 0x3D877A) is known color: Lochinvar. HEX triplet: 3D, 87 and 7A. RGB value is (61,135,122). Sum of RGB (Red+Green+Blue) = 61+135+122=318 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.18% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 122 (48.05% from 255 or 38.36% from 318); Max value from RGB is 135 - color contains mainly: green. Hex color #3D877A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D877A is #C27885. Grayscale: #6F6F6F. Windows color (decimal): -12744838 or 8030013. OLE color: 8030013.

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

Color convert

RGB 61 135 122 -
CMYK 0.55 0 0.10 0.47
HSL 169.46º 0.38% 0.38% -
HSV(B) 169.46º 0.55% 0.53% -
XYZ 14.1 19.73 21.48 -
YUV 111.39 133.98 92.06 -
System Red Green Blue C M Y K H S L
Decimal 61 135 122 0.55 0 0.10 0.47 169.46 0.38 0.38
Hex 3D 87 7A 37 0 A 2F A9 26 26
Octal 75 207 172 67 0 12 57 251 46 46
Binary 111101 10000111 1111010 110111 0 1010 101111 10101001 100110 100110

Color Harmonies of #3D877A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D877A

Black with #3D877A

Text Example


Text Example

White with #3D877A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D877A; }

 p { color: rgb(61,135,122); }

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

background-color css

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

 a { background-color: rgb(61,135,122); }

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

border-color css

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

 span { border-color: rgb(61,135,122); }

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