Html Css Color HEX #368C7F Lochinvar

📋 copy color: '#368C7F'

red 54 ◦ green 140 ◦ blue 127

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

Shades of Lochinvar #368C7F

Tints of Lochinvar #368C7F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.61%

 BLUE value IS 127 (50% from 255) = 39.56%

R = 16.82%
G = 43.61%
B = 39.56%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#368C7F (or 0x368C7F) is known color: Lochinvar. HEX triplet: 36, 8C and 7F. RGB value is (54,140,127). Sum of RGB (Red+Green+Blue) = 54+140+127=321 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.82% from 321); Green value is 140 (55.08% from 255 or 43.61% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 140 - color contains mainly: green. Hex color #368C7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368C7F is #C97380. Grayscale: #707070. Windows color (decimal): -13202305 or 8358966. OLE color: 8358966.

HSL color Cylindrical-coordinate representation of color #368C7F: hue angle of 170.93º 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 #368C7F is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 140 127 -
CMYK 0.61 0 0.09 0.45
HSL 170.93º 0.44% 0.38% -
HSV(B) 170.93º 0.61% 0.55% -
XYZ 14.73 21.07 23.37 -
YUV 112.8 136.01 86.06 -
System Red Green Blue C M Y K H S L
Decimal 54 140 127 0.61 0 0.09 0.45 170.93 0.44 0.38
Hex 36 8C 7F 3D 0 9 2D AB 2C 26
Octal 66 214 177 75 0 11 55 253 54 46
Binary 110110 10001100 1111111 111101 0 1001 101101 10101011 101100 100110

Color Harmonies of #368C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368C7F

Black with #368C7F

Text Example


Text Example

White with #368C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,140,127); }

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

background-color css

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

 a { background-color: rgb(54,140,127); }

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

border-color css

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

 span { border-color: rgb(54,140,127); }

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