Html Css Color HEX #358981 Lochinvar

📋 copy color: '#358981'

red 53 ◦ green 137 ◦ blue 129

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

Shades of Lochinvar #358981

Tints of Lochinvar #358981

RGB

 RED value IS 53 (21.09% from 255) = 16.61%

 GREEN value IS 137 (53.91% from 255) = 42.95%

 BLUE value IS 129 (50.78% from 255) = 40.44%

R = 16.61%
G = 42.95%
B = 40.44%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.06

 K value IS 0.46

RGB Variations

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

Color information

#358981 (or 0x358981) is known color: Lochinvar. HEX triplet: 35, 89 and 81. RGB value is (53,137,129). Sum of RGB (Red+Green+Blue) = 53+137+129=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 137 - color contains mainly: green. Hex color #358981 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358981 is #CA767E. Grayscale: #6E6E6E. Windows color (decimal): -13268607 or 8489269. OLE color: 8489269.

HSL color Cylindrical-coordinate representation of color #358981: hue angle of 174.29º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #358981 is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB 53 137 129 -
CMYK 0.61 0 0.06 0.46
HSL 174.29º 0.44% 0.37% -
HSV(B) 174.29º 0.61% 0.54% -
XYZ 14.38 20.23 23.92 -
YUV 110.97 138.17 86.65 -
System Red Green Blue C M Y K H S L
Decimal 53 137 129 0.61 0 0.06 0.46 174.29 0.44 0.37
Hex 35 89 81 3D 0 6 2E AE 2C 25
Octal 65 211 201 75 0 6 56 256 54 45
Binary 110101 10001001 10000001 111101 0 110 101110 10101110 101100 100101

Color Harmonies of #358981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358981

Black with #358981

Text Example


Text Example

White with #358981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358981; }

 p { color: rgb(53,137,129); }

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

background-color css

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

 a { background-color: rgb(53,137,129); }

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

border-color css

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

 span { border-color: rgb(53,137,129); }

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