Html Css Color HEX #368E7D Lochinvar

📋 copy color: '#368E7D'

red 54 ◦ green 142 ◦ blue 125

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

Shades of Lochinvar #368E7D

Tints of Lochinvar #368E7D

RGB

 RED value IS 54 (21.48% from 255) = 16.82%

 GREEN value IS 142 (55.86% from 255) = 44.24%

 BLUE value IS 125 (49.22% from 255) = 38.94%

R = 16.82%
G = 44.24%
B = 38.94%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#368E7D (or 0x368E7D) is known color: Lochinvar. HEX triplet: 36, 8E and 7D. RGB value is (54,142,125). Sum of RGB (Red+Green+Blue) = 54+142+125=321 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.82% from 321); Green value is 142 (55.86% from 255 or 44.24% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 142 - color contains mainly: green. Hex color #368E7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368E7D is #C97182. Grayscale: #717171. Windows color (decimal): -13201795 or 8228406. OLE color: 8228406.

HSL color Cylindrical-coordinate representation of color #368E7D: hue angle of 168.41º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #368E7D is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 142 125 -
CMYK 0.62 0 0.12 0.44
HSL 168.41º 0.45% 0.38% -
HSV(B) 168.41º 0.62% 0.56% -
XYZ 14.9 21.61 22.79 -
YUV 113.75 134.35 85.38 -
System Red Green Blue C M Y K H S L
Decimal 54 142 125 0.62 0 0.12 0.44 168.41 0.45 0.38
Hex 36 8E 7D 3E 0 C 2C A8 2D 26
Octal 66 216 175 76 0 14 54 250 55 46
Binary 110110 10001110 1111101 111110 0 1100 101100 10101000 101101 100110

Color Harmonies of #368E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368E7D

Black with #368E7D

Text Example


Text Example

White with #368E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368E7D; }

 p { color: rgb(54,142,125); }

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

background-color css

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

 a { background-color: rgb(54,142,125); }

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

border-color css

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

 span { border-color: rgb(54,142,125); }

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