Html Css Color HEX #358D7C Lochinvar

📋 copy color: '#358D7C'

red 53 ◦ green 141 ◦ blue 124

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

Shades of Lochinvar #358D7C

Tints of Lochinvar #358D7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.99%

R = 16.67%
G = 44.34%
B = 38.99%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#358D7C (or 0x358D7C) is known color: Lochinvar. HEX triplet: 35, 8D and 7C. RGB value is (53,141,124). Sum of RGB (Red+Green+Blue) = 53+141+124=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 141 (55.47% from 255 or 44.34% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 141 - color contains mainly: green. Hex color #358D7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358D7C is #CA7283. Grayscale: #707070. Windows color (decimal): -13267588 or 8162613. OLE color: 8162613.

HSL color Cylindrical-coordinate representation of color #358D7C: hue angle of 168.41º 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 #358D7C is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 141 124 -
CMYK 0.62 0 0.12 0.45
HSL 168.41º 0.45% 0.38% -
HSV(B) 168.41º 0.62% 0.55% -
XYZ 14.63 21.26 22.4 -
YUV 112.75 134.35 85.38 -
System Red Green Blue C M Y K H S L
Decimal 53 141 124 0.62 0 0.12 0.45 168.41 0.45 0.38
Hex 35 8D 7C 3E 0 C 2D A8 2D 26
Octal 65 215 174 76 0 14 55 250 55 46
Binary 110101 10001101 1111100 111110 0 1100 101101 10101000 101101 100110

Color Harmonies of #358D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358D7C

Black with #358D7C

Text Example


Text Example

White with #358D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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