Html Css Color HEX #368B7B Lochinvar

📋 copy color: '#368B7B'

red 54 ◦ green 139 ◦ blue 123

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

Shades of Lochinvar #368B7B

Tints of Lochinvar #368B7B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 43.99%

 BLUE value IS 123 (48.44% from 255) = 38.92%

R = 17.09%
G = 43.99%
B = 38.92%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#368B7B (or 0x368B7B) is known color: Lochinvar. HEX triplet: 36, 8B and 7B. RGB value is (54,139,123). Sum of RGB (Red+Green+Blue) = 54+139+123=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 139 (54.69% from 255 or 43.99% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 139 - color contains mainly: green. Hex color #368B7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368B7B is #C97484. Grayscale: #6F6F6F. Windows color (decimal): -13202565 or 8096566. OLE color: 8096566.

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

Color convert

RGB 54 139 123 -
CMYK 0.61 0 0.12 0.45
HSL 168.71º 0.44% 0.38% -
HSV(B) 168.71º 0.61% 0.55% -
XYZ 14.33 20.68 21.98 -
YUV 111.76 134.34 86.8 -
System Red Green Blue C M Y K H S L
Decimal 54 139 123 0.61 0 0.12 0.45 168.71 0.44 0.38
Hex 36 8B 7B 3D 0 C 2D A9 2C 26
Octal 66 213 173 75 0 14 55 251 54 46
Binary 110110 10001011 1111011 111101 0 1100 101101 10101001 101100 100110

Color Harmonies of #368B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368B7B

Black with #368B7B

Text Example


Text Example

White with #368B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,139,123); }

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

background-color css

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

 a { background-color: rgb(54,139,123); }

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

border-color css

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

 span { border-color: rgb(54,139,123); }

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