#368E7E

Color #368E7E Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #368E7E

Tints of Lochinvar #368E7E

Color information

#368E7E (or 0x368E7E) is unknown color: approx Lochinvar. HEX triplet: 36, 8E and 7E. RGB value is (54,142,126). Sum of RGB (Red+Green+Blue) = 54+142+126=322 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.77% from 322); Green value is 142 (55.86% from 255 or 44.10% from 322); Blue value is 126 (49.61% from 255 or 39.13% from 322); Max value from RGB is 142 - color contains mainly: green. Hex color #368E7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368E7E is #C97181. Grayscale: #717171. Windows color (decimal): -13201794 or 8293942. OLE color: 8293942.

HSL color Cylindrical-coordinate representation of color #368E7E: hue angle of 169.09º 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 #368E7E is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB54142126-
CMYK0.6200.110.44
HSL169.09º44.9%38.43%-
HSV(B)169.09º61.97%55.69%-
XYZ14.9621.6423.13-
YUV113.86134.8585.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.77%
GREEN value IS 142 (55.86% from 255) = 44.10%
BLUE value IS 126 (49.61% from 255) = 39.13%
R=16.77%
G=44.10%
B=39.13%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal541421260.6200.110.44169.0944.938.43
Hex368E7E3E0B2Ca92d26
Octal6621617676013542515546
Binary1101101000111011111101111100101110110010101001101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #368E7E;
 }
 .AnyTagClassName
 {
   color: #368E7E;
 }
</style>
background-color css

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

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

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

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

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

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