Html Css Color HEX #358D82 Lochinvar

📋 copy color: '#358D82'

red 53 ◦ green 141 ◦ blue 130

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

Shades of Lochinvar #358D82

Tints of Lochinvar #358D82

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.52%

 BLUE value IS 130 (51.17% from 255) = 40.12%

R = 16.36%
G = 43.52%
B = 40.12%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#358D82 (or 0x358D82) is known color: Lochinvar. HEX triplet: 35, 8D and 82. RGB value is (53,141,130). Sum of RGB (Red+Green+Blue) = 53+141+130=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 141 - color contains mainly: green. Hex color #358D82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358D82 is #CA727D. Grayscale: #717171. Windows color (decimal): -13267582 or 8555829. OLE color: 8555829.

HSL color Cylindrical-coordinate representation of color #358D82: hue angle of 172.5º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #358D82 is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 141 130 -
CMYK 0.62 0 0.08 0.45
HSL 172.5º 0.45% 0.38% -
HSV(B) 172.5º 0.62% 0.55% -
XYZ 15.02 21.42 24.46 -
YUV 113.43 137.35 84.89 -
System Red Green Blue C M Y K H S L
Decimal 53 141 130 0.62 0 0.08 0.45 172.5 0.45 0.38
Hex 35 8D 82 3E 0 8 2D AC 2D 26
Octal 65 215 202 76 0 10 55 254 55 46
Binary 110101 10001101 10000010 111110 0 1000 101101 10101100 101101 100110

Color Harmonies of #358D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358D82

Black with #358D82

Text Example


Text Example

White with #358D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358D82; }

 p { color: rgb(53,141,130); }

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

background-color css

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

 a { background-color: rgb(53,141,130); }

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

border-color css

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

 span { border-color: rgb(53,141,130); }

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